diff options
Diffstat (limited to 'scripts/autogen.sh')
-rwxr-xr-x | scripts/autogen.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh index 045716b87..23cb5bd0d 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -87,6 +87,8 @@ fi echo "Running gettextize... Ignore non-fatal messages." echo "no" | gettextize --force +echo "Running libtoolize... Ignore non-fatal messages." +echo "no" | libtoolize echo "Running aclocal..." |