diff options
author | Andreas Jaeger <aj@suse.de> | 2004-02-09 20:58:22 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2004-02-09 20:58:22 +0000 |
commit | 31075c2ffa0270d2ca6f09f27b083f0ae7cdeb64 (patch) | |
tree | 5006f6f6a0e344cc87dc8eb1fe7116a9cde81ded | |
parent | 89f53c548225ed52b728cf86b31d0c96f7aaa28c (diff) | |
download | glibc-31075c2ffa0270d2ca6f09f27b083f0ae7cdeb64.tar.gz glibc-31075c2ffa0270d2ca6f09f27b083f0ae7cdeb64.tar.xz glibc-31075c2ffa0270d2ca6f09f27b083f0ae7cdeb64.zip |
* configure.in: Remove glibcbug creation.
* configure: Regenerated. * configure.in: Remove glibcbug creation. * configure: Regenerated.
-rw-r--r-- | ChangeLog | 3 | ||||
-rwxr-xr-x | configure | 3 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index a580907f58..381acfc304 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-02-09 Andreas Jaeger <aj@suse.de> + * configure.in: Remove glibcbug creation. + * configure: Regenerated. + * sysdeps/x86_64/fpu/s_copysignf.S: Only load 4 bytes. 2004-02-03 Thorsten Kukuk <kukuk@suse.de> diff --git a/configure b/configure index e124cc3c4d..d67345763b 100755 --- a/configure +++ b/configure @@ -7246,7 +7246,7 @@ RELEASE=`sed -n -e 's/^#define RELEASE "\([^"]*\)"/\1/p' < $srcdir/version.h` - ac_config_files="$ac_config_files config.make glibcbug ${config_makefile} ${config_uname}" + ac_config_files="$ac_config_files config.make ${config_makefile} ${config_uname}" ac_config_commands="$ac_config_commands default" @@ -7785,7 +7785,6 @@ do case "$ac_config_target" in # Handling of arguments. "config.make" ) CONFIG_FILES="$CONFIG_FILES config.make" ;; - "glibcbug" ) CONFIG_FILES="$CONFIG_FILES glibcbug" ;; "${config_makefile}" ) CONFIG_FILES="$CONFIG_FILES ${config_makefile}" ;; "${config_uname}" ) CONFIG_FILES="$CONFIG_FILES ${config_uname}" ;; "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; diff --git a/configure.in b/configure.in index 2f1785881f..49eb5227f8 100644 --- a/configure.in +++ b/configure.in @@ -2079,7 +2079,7 @@ RELEASE=`sed -n -e 's/^#define RELEASE "\([^"]*\)"/\1/p' < $srcdir/version.h` AC_SUBST(VERSION) AC_SUBST(RELEASE) -AC_CONFIG_FILES([config.make glibcbug ${config_makefile} ${config_uname}]) +AC_CONFIG_FILES([config.make ${config_makefile} ${config_uname}]) AC_CONFIG_COMMANDS([default],[[ case $CONFIG_FILES in *config.make*) echo "$config_vars" >> config.make;; |