diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-08-24 08:54:06 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-08-24 09:04:11 -0400 |
commit | bc26f3b917e228aee823e6abfc73dc807083b756 (patch) | |
tree | 5cd1d216b3880befe0ccb4344fff5edbb1eec7d3 | |
parent | 50e8f82e5d3d8c354776397b08ed8c8d828f74d8 (diff) | |
download | rpm-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-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -libtoolize --force --copy aclocal -autoconf +libtoolize --force --copy automake -a -c +autoconf |