nlopess Thu Sep 14 14:58:35 2006 UTC
Modified files:
/phpdoc configure.in
Log:
revert last commit, as it broke autoconf 2.13 setups
http://cvs.php.net/viewvc.cgi/phpdoc/configure.in?r1=1.235&r2=1.236&diff_format=u
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.235 phpdoc/configure.in:1.236
--- phpdoc/configure.in:1.235 Thu Sep 14 13:16:00 2006
+++ phpdoc/configure.in Thu Sep 14 14:58:35 2006
@@ -1,7 +1,7 @@
-dnl $Id: configure.in,v 1.235 2006/09/14 13:16:00 nlopess Exp $
+dnl $Id: configure.in,v 1.236 2006/09/14 14:58:35 nlopess Exp $
dnl autoconf initialisation
-AC_INIT
+AC_INIT()
SRCDIR=$srcdir
WORKDIR=`pwd`
AC_SUBST(SRCDIR)
@@ -578,7 +578,7 @@
else
if test ! -d "$srcdir/$withval"; then
AC_MSG_RESULT()
- AC_MSG_ERROR(Language "$withval" not supported!)
+ AC_MSG_ERROR(Language \"$withval\" not supported!)
fi
LANG_HACK_FOR_HE="no"
@@ -822,8 +822,7 @@
OUTFILES="$OUTFILES ./$outdir$outfile"
fi
done
-AC_CONFIG_FILES([$OUTFILES])
-AC_OUTPUT
+AC_OUTPUT($OUTFILES)
find ./scripts -name "*.sh" | tee find.log | xargs chmod u+x
dnl }}}