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:
parent
1e2f871859
commit
c72637d4cf
@ -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=
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user