cvs: smarty /docs configure.in

"Nuno Lopes" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsnlopess1079631789@cvsserver>
nlopess		Thu Mar 18 12:43:09 2004 EDT

  Modified files:              
    /smarty/docs	configure.in 
  Log:
  correcting non-existent var
  
http://cvs.php.net/diff.php/smarty/docs/configure.in?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/configure.in
diff -u smarty/docs/configure.in:1.2 smarty/docs/configure.in:1.3
--- smarty/docs/configure.in:1.2	Thu Mar 18 12:34:33 2004
+++ smarty/docs/configure.in	Thu Mar 18 12:43:09 2004
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.2 2004/03/18 17:34:33 nlopess Exp $
+dnl $Id: configure.in,v 1.3 2004/03/18 17:43:09 nlopess Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -7,7 +7,7 @@
 
 dnl debug output
 echo "file versions"
-for file in $srcdir/*.in; do
+for file in ./*.in; do
   fgrep '$Id' $file | head -1 | sed -e"s/^.*: //g" | sed -e"s/200.\/.*$//g"
 done
 echo "configure options: $@" 

-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.