mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
correcting non-existent var
This commit is contained in:
@@ -7,7 +7,7 @@ AC_SUBST(WORKDIR)
|
||||
|
||||
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: $@"
|
||||
|
Reference in New Issue
Block a user