summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-01-28 13:55:01 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-01-28 13:55:01 -0500
commitde00bef82c2557709fe744c28f6c64eeac28d881 (patch)
treeac0af76b0b13e043461c5cc590aed20ed78a5879 /Makefile.am
parentcd705bdc5bb77787ffe3aba6788e361ededc424f (diff)
Run autoreconf at start of 'make reauto'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 078ebc68..c32e0c4e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -75,6 +75,7 @@ package:
hg archive -t tgz -X tests /tmp/urweb.tgz
reauto:
+ -autoreconf
libtoolize -cf
automake --add-missing --force-missing --copy
autoreconf