comparison autogen.sh @ 8523:426b356a0708 HEAD

Use "foreign" automake option so it doesn't complain about missing ChangeLog.
author Timo Sirainen <tss@iki.fi>
date Sat, 06 Dec 2008 23:55:10 +0200
parents 69ca46114593
children 38add5a084db
comparison
equal deleted inserted replaced
8522:b80ef0ddd1d3 8523:426b356a0708
28 cd doc/wiki 28 cd doc/wiki
29 cp -f Makefile.am.in Makefile.am 29 cp -f Makefile.am.in Makefile.am
30 echo *.txt | sed 's, , \\/ ,g' | tr '/' '\n' >> Makefile.am 30 echo *.txt | sed 's, , \\/ ,g' | tr '/' '\n' >> Makefile.am
31 cd ../.. 31 cd ../..
32 32
33 if test ! -f ChangeLog; then
34 # automake dies unless this exists. It's generated in Makefile
35 touch -t `date +%m%d`0000 ChangeLog
36 fi
37
38 autoreconf -i 33 autoreconf -i