removed infinite loop when configure is called in source directory
This commit is contained in:
parent
de93f2b124
commit
b81e293af4
|
@ -24,11 +24,6 @@ AC_INIT(ldap-account-manager, @@VERSION@@, lam-public@lists.sourceforge.net)
|
||||||
AC_CONFIG_SRCDIR(README)
|
AC_CONFIG_SRCDIR(README)
|
||||||
AC_PREFIX_DEFAULT(/usr/local/lam)
|
AC_PREFIX_DEFAULT(/usr/local/lam)
|
||||||
|
|
||||||
# work around those that want to build in srcdir
|
|
||||||
if test x$srcdir = "x." ; then
|
|
||||||
exec $0 --srcdir=`pwd` $*
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Does make set variable $(MAKE)
|
# Does make set variable $(MAKE)
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue