diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2009-10-03 07:03:15 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2009-10-03 07:03:15 (GMT) |
commit | 3b362ab816d0600995d9da98515b94e7cc26756c (patch) | |
tree | 1aeaf64b8e7439f170c9b465871f453a14881003 /autogen.sh | |
parent | 60722e4d20a1a6f897bcf7550e37ad103b151e11 (diff) | |
download | fluxbox_paul-3b362ab816d0600995d9da98515b94e7cc26756c.zip fluxbox_paul-3b362ab816d0600995d9da98515b94e7cc26756c.tar.bz2 |
build system: autocreate the 'missing' file, fixes the 'unknown --run option for missing' issue
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ libtoolize --copy --force --automake | |||
16 | rm -f config.cache | 16 | rm -f config.cache |
17 | dothis aclocal -I . ${ACLOCAL_FLAGS} | 17 | dothis aclocal -I . ${ACLOCAL_FLAGS} |
18 | dothis autoheader | 18 | dothis autoheader |
19 | dothis automake --warnings=none -a | 19 | dothis automake --add-missing --warnings=none -a |
20 | dothis autoconf | 20 | dothis autoconf |
21 | 21 | ||
22 | echo 'Success, now continue with ./configure' | 22 | echo 'Success, now continue with ./configure' |