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.in | |
parent | d528cdcfdef2f0eb3932749aa9894db7c18101f4 (diff) | |
download | glibc-728e272aec1b217bce32f1d75ecefb888e67b678.tar.gz glibc-728e272aec1b217bce32f1d75ecefb888e67b678.tar.xz glibc-728e272aec1b217bce32f1d75ecefb888e67b678.zip |
Remove relics of support for configuring in the source directory.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/configure.in b/configure.in index facde5e55a..3af030a856 100644 --- a/configure.in +++ b/configure.in @@ -2185,18 +2185,12 @@ AC_SUBST(DEFINES) dnl See sysdeps/mach/configure.in for this variable. AC_SUBST(mach_interface_list) -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_SUBST(VERSION) AC_SUBST(RELEASE) -AC_CONFIG_FILES([config.make ${config_makefile}]) +AC_CONFIG_FILES([config.make Makefile]) AC_CONFIG_COMMANDS([default],[[ case $CONFIG_FILES in *config.make*) echo "$config_vars" >> config.make;; |