diff options
Diffstat (limited to 'build-setup.sh')
-rwxr-xr-x | build-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-setup.sh b/build-setup.sh index 8d715fbd..f564b378 100755 --- a/build-setup.sh +++ b/build-setup.sh @@ -9,7 +9,7 @@ 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 +aclocal --output=config/aclocal.m4 -I config --install automake -a -c autoconf || error "could not re-generate configure" rm -rf autom4te.cache |