comparison Makefile.am @ 1135:0aa2758cca32

Run autoreconf at start of 'make reauto'
author Adam Chlipala <adamc@hcoop.net>
date Thu, 28 Jan 2010 13:55:01 -0500
parents b08b73591d2c
children f6cb1cb2d7a8
comparison
equal deleted inserted replaced
1134:b08b73591d2c 1135:0aa2758cca32
73 73
74 package: 74 package:
75 hg archive -t tgz -X tests /tmp/urweb.tgz 75 hg archive -t tgz -X tests /tmp/urweb.tgz
76 76
77 reauto: 77 reauto:
78 -autoreconf
78 libtoolize -cf 79 libtoolize -cf
79 automake --add-missing --force-missing --copy 80 automake --add-missing --force-missing --copy
80 autoreconf 81 autoreconf