aboutsummaryrefslogtreecommitdiff
path: root/build-setup.sh
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-11-26 20:30:28 +0000
committerdos-reis <gdr@axiomatics.org>2010-11-26 20:30:28 +0000
commit79add112a71e07b63e62e3b52f4759de243b00a1 (patch)
tree306ae6c923c2e7785bd1ef551e8bf29708668604 /build-setup.sh
parenta6eaf7f6bc93fd8d5629332f3c138616914e6b94 (diff)
downloadopen-axiom-79add112a71e07b63e62e3b52f4759de243b00a1.tar.gz
* Makefile.am: New. Automake existing top-level Makefile.in.
* Makefile.in: Generate from Makefile.am. * config/aclocal.m4: Regenerate.
Diffstat (limited to 'build-setup.sh')
-rwxr-xr-xbuild-setup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-setup.sh b/build-setup.sh
index 547f786e..8d715fbd 100755
--- a/build-setup.sh
+++ b/build-setup.sh
@@ -9,6 +9,9 @@ error() {
rm -rf autom4te.cache
autoheader || error "could not re-generate config/openaxiom-c-macros.h"
+aclocal --output=config/aclocal.m4 -I config --install --force
+automake -a -c
autoconf || error "could not re-generate configure"
+rm -rf autom4te.cache
# set +x