X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=20887a859a08e117e54feec5e5ff2e042090c972;hb=refs%2Fheads%2Feap-chbind;hp=9cba64239b38acacb22219f7717c88c06a1e0518;hpb=fd9beb53d8c269eb21a8fad31a2f7b375198b6b1;p=freeradius.git diff --git a/autogen.sh b/autogen.sh index 9cba642..20887a8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,6 +16,6 @@ mysubdirs=`echo $mysubdirs` for F in $mysubdirs do echo "Configuring in $F..." - (cd $F && grep "^AC_CONFIG_HEADER" configure.in > /dev/null && autoheader -I$parentdir) + (cd $F && grep "^AC_CONFIG_HEADER" configure.in > /dev/null || exit 0; autoheader -I$parentdir) (cd $F && autoconf -I$parentdir) done