More liberal parsing of AC_INIT

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18236 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-05 10:11:56 +00:00
parent 55e5eb2a4e
commit de742fa4b3

View File

@@ -9,7 +9,7 @@ cd $distdir
if test "$DATEDVERSION"; then
ed -s configure.in << END
/AC_INIT/s/AC_INIT(\([^,]*\), [^,]*, \(.*\))/AC_INIT(\1, $DATEDVERSION, \2)/
/AC_INIT/s/AC_INIT(\([^,]*\), *[^,]*, *\(.*\))/AC_INIT(\1, $DATEDVERSION, \2)/
w
q
END