2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-04-24 14:41:06 +08:00

2003-01-29 Roland McGrath <roland@redhat.com>

* configure.in: Barf if configured in $srcdir.
	* configure: Regenerated.
This commit is contained in:
Roland McGrath 2003-01-29 08:34:58 +00:00
parent 1e2f871859
commit c72637d4cf
2 changed files with 361 additions and 131 deletions

488
configure vendored

File diff suppressed because it is too large Load Diff

@ -6,6 +6,10 @@ AC_CONFIG_SRCDIR([include/features.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([scripts])
if test "`cd $srcdir; /bin/pwd`" = "`/bin/pwd`"; then
AC_MSG_ERROR([you must configure in a separate build directory])
fi
# This will get text that should go into config.make.
config_vars=