removed infinite loop when configure is called in source directory

This commit is contained in:
Roland Gruber 2010-02-10 19:01:58 +00:00
parent de93f2b124
commit b81e293af4
1 changed files with 0 additions and 5 deletions

View File

@ -24,11 +24,6 @@ AC_INIT(ldap-account-manager, @@VERSION@@, lam-public@lists.sourceforge.net)
AC_CONFIG_SRCDIR(README)
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)
AC_PROG_MAKE_SET