changeset 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 32710de7227b
files Makefile.am
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Thu Jan 28 13:32:26 2010 -0500
+++ b/Makefile.am	Thu Jan 28 13:55:01 2010 -0500
@@ -75,6 +75,7 @@
 	hg archive -t tgz -X tests /tmp/urweb.tgz
 
 reauto:
+	-autoreconf
 	libtoolize -cf
 	automake --add-missing --force-missing --copy
 	autoreconf