aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-08-24 08:54:06 -0400
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-08-24 09:04:11 -0400
commitbc26f3b917e228aee823e6abfc73dc807083b756 (patch)
tree5cd1d216b3880befe0ccb4344fff5edbb1eec7d3
parent50e8f82e5d3d8c354776397b08ed8c8d828f74d8 (diff)
downloadrpm-setup-bc26f3b917e228aee823e6abfc73dc807083b756.tar
rpm-setup-bc26f3b917e228aee823e6abfc73dc807083b756.tar.gz
rpm-setup-bc26f3b917e228aee823e6abfc73dc807083b756.tar.bz2
rpm-setup-bc26f3b917e228aee823e6abfc73dc807083b756.tar.xz
rpm-setup-bc26f3b917e228aee823e6abfc73dc807083b756.zip
run cmds in the canonical order
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 59a103b..2120288 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-libtoolize --force --copy
aclocal
-autoconf
+libtoolize --force --copy
automake -a -c
+autoconf