diff options
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ libtoolize --copy --force --automake || exit 1 | |||
3 | rm -f config.cache | 3 | rm -f config.cache |
4 | aclocal | 4 | aclocal |
5 | autoheader | 5 | autoheader |
6 | automake | 6 | automake -a |
7 | autoconf | 7 | autoconf |
8 | 8 | ||
9 | 9 | ||