correcting non-existent var

This commit is contained in:
nlopess
2004-03-18 17:43:09 +00:00
parent e37ab8f142
commit c9a4753f02

View File

@@ -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: $@"