diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-08-29 23:53:06 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-08-29 23:53:06 +0000 |
commit | cd45f029c215eec23cce1916b9778383b01ff521 (patch) | |
tree | d3baa6e2700b9bc4a4bf5fcb3c866853f7277598 /newlib/libc/sys/linux/configure | |
parent | 3c6891852a6cc252d10cb452f0445b588765a3ba (diff) | |
download | cygnal-cd45f029c215eec23cce1916b9778383b01ff521.tar.gz cygnal-cd45f029c215eec23cce1916b9778383b01ff521.tar.bz2 cygnal-cd45f029c215eec23cce1916b9778383b01ff521.zip |
* libc/sys/linux/argp: New directory.
* libc/sys/linux/getopt.c: New file.
* libc/sys/linux/getopt1.c: New file.
* libc/sys/linux/getoptlong.c: Remove file.
* libc/sys/linux/include/argp.h: New file.
* libc/sys/linux/Makefile.am: Define argp_dir and ARGP_LIB,
based on ELIX level.
(SUBDIRS): Add argp_dir.
(SUBLIBS): Add ARGP_LIB.
(ELIX_2_OBJS): Add getopt.$(oext), getopt1.$(oext), remove
getopt_long.$(oext).
* libc/sys/linux/configure.in (AC_OUTPUT): Add argp/Makefile.
Diffstat (limited to 'newlib/libc/sys/linux/configure')
-rwxr-xr-x | newlib/libc/sys/linux/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/sys/linux/configure b/newlib/libc/sys/linux/configure index 942f07426..a775861e2 100755 --- a/newlib/libc/sys/linux/configure +++ b/newlib/libc/sys/linux/configure @@ -3134,7 +3134,7 @@ done ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" -trap 'rm -fr `echo "Makefile cmath/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 +trap 'rm -fr `echo "Makefile cmath/Makefile argp/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -3269,7 +3269,7 @@ EOF cat >> $CONFIG_STATUS <<EOF -CONFIG_FILES=\${CONFIG_FILES-"Makefile cmath/Makefile"} +CONFIG_FILES=\${CONFIG_FILES-"Makefile cmath/Makefile argp/Makefile"} EOF cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |