Date: 01/15/02
- Next message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc /en/chapters install.xml"
- Previous message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc / configure.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hholzgra Tue Jan 15 06:31:46 2002 EDT
Modified files:
/phpdoc configure.in
Log:
typo/thinko fix
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.116 phpdoc/configure.in:1.117
--- phpdoc/configure.in:1.116 Tue Jan 15 06:30:53 2002
+++ phpdoc/configure.in Tue Jan 15 06:31:46 2002
@@ -1,11 +1,11 @@
-dnl $Id: configure.in,v 1.116 2002/01/15 11:30:53 hholzgra Exp $
+dnl $Id: configure.in,v 1.117 2002/01/15 11:31:46 hholzgra Exp $
dnl autoconf initialisation
AC_INIT()
dnl debug output
echo "file versions"
-for $file in $srcdir/*.in; do
+for file in $srcdir/*.in; do
fgrep '$Id' $file | head -1 | sed -e"s/^.*: //g" | sed -e"s/200.\/.*$//g"
done
echo "configure options: $@"
- Next message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc /en/chapters install.xml"
- Previous message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc / configure.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

