diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,9 +1,10 @@ #!/bin/sh -echo "Generating build information using aclocal, autoheader, automake and autoconf." +echo "Generating build information using autopoint, aclocal, autoheader, automake, and autoconf." echo # Regerate configuration files +autopoint aclocal autoheader automake --gnu --add-missing --copy |