diff options
author | Thomas White <taw@physics.org> | 2012-03-22 17:25:32 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-03-22 17:25:46 +0100 |
commit | 928e11dc15b111e372994c09e8770dd0b82950b8 (patch) | |
tree | 885efc8c060f83d927ecedcf63f6e2dd559db96f | |
parent | 58a6a5cdc890f6316155726259556cb6cea95286 (diff) |
Tweak autogen.sh options
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ #!/bin/sh aclocal -I m4 \ -&& libtoolize \ +&& libtoolize --force \ && gtkdocize --copy \ -&& autoheader \ -&& automake -ac \ -&& autoconf +&& autoheader --force \ +&& automake --add-missing --copy --force \ +&& autoconf --force |