cvs: smarty /docs configure.in
"Nuno Lopes" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsnlopess1091126271@cvsserver> |
nlopess Thu Jul 29 14:37:51 2004 EDT
Modified files:
/smarty/docs configure.in
Log:
avoid warnings in head
http://cvs.php.net/diff.php/smarty/docs/configure.in?r1=1.9&r2=1.10&ty=u
Index: smarty/docs/configure.in
diff -u smarty/docs/configure.in:1.9 smarty/docs/configure.in:1.10
--- smarty/docs/configure.in:1.9 Thu Jul 29 14:32:04 2004
+++ smarty/docs/configure.in Thu Jul 29 14:37:51 2004
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.9 2004/07/29 18:32:04 nlopess Exp $
+dnl $Id: configure.in,v 1.10 2004/07/29 18:37:51 nlopess Exp $
dnl autoconf initialisation
AC_INIT()
@@ -11,7 +11,7 @@
dnl debug output
echo "file versions"
for file in ./*.in; do
- fgrep '$Id' $file | head -1 | sed -e"s/^.*: //g" | sed -e"s/200.\/.*$//g"
+ fgrep '$Id' $file | head -n1 | sed -e"s/^.*: //g" | sed -e"s/200.\/.*$//g"
done
echo "configure options: $@"
echo "working directory: $WORKDIR"
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php