diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ dothis() { | |||
14 | 14 | ||
15 | libtoolize --copy --force --automake | 15 | libtoolize --copy --force --automake |
16 | rm -f config.cache | 16 | rm -f config.cache |
17 | dothis aclocal -I . ${ACLOCAL_FLAGS} | 17 | dothis aclocal -I m4 ${ACLOCAL_FLAGS} |
18 | dothis autoheader | 18 | dothis autoheader |
19 | dothis automake -a -c | 19 | dothis automake -a -c |
20 | dothis autoconf | 20 | dothis autoconf |