diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | libtoolize --copy --force --automake | 2 | libtoolize --copy --force --automake |
3 | rm -f config.cache | 3 | rm -f config.cache |
4 | aclocal | 4 | aclocal -I . |
5 | autoheader | 5 | autoheader |
6 | automake -a | 6 | automake -a |
7 | autoconf | 7 | autoconf |