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