diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-10-19 20:03:12 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-19 20:03:12 +0000 |
commit | 728e272aec1b217bce32f1d75ecefb888e67b678 (patch) | |
tree | 6535829e28bd0283207c874b0f4b23631e52c52c /configure | |
parent | d528cdcfdef2f0eb3932749aa9894db7c18101f4 (diff) | |
download | glibc-728e272aec1b217bce32f1d75ecefb888e67b678.zip glibc-728e272aec1b217bce32f1d75ecefb888e67b678.tar.gz glibc-728e272aec1b217bce32f1d75ecefb888e67b678.tar.bz2 |
Remove relics of support for configuring in the source directory.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -7529,18 +7529,12 @@ $as_echo "$libc_cv_pic_default" >&6; } -if test "`(cd $srcdir; pwd)`" = "`pwd`"; then - config_makefile= -else - config_makefile=Makefile -fi - VERSION=`sed -n -e 's/^#define VERSION "\([^"]*\)"/\1/p' < $srcdir/version.h` RELEASE=`sed -n -e 's/^#define RELEASE "\([^"]*\)"/\1/p' < $srcdir/version.h` -ac_config_files="$ac_config_files config.make ${config_makefile}" +ac_config_files="$ac_config_files config.make Makefile" ac_config_commands="$ac_config_commands default" @@ -8259,7 +8253,7 @@ do case $ac_config_target in "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "config.make") CONFIG_FILES="$CONFIG_FILES config.make" ;; - "${config_makefile}") CONFIG_FILES="$CONFIG_FILES ${config_makefile}" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |