diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,9 +1,16 @@ #!/bin/sh # Run this to generate all the initial makefiles, etc. +echo Running gettextize... gettextize -f -c +echo Running libtoolize... libtoolize -c --automake -aclocal +echo Running aclocal... +aclocal -I m4 +echo Running autoscan... autoscan +echo Running autoheader... autoheader +echo Running autoconf... autoconf +echo Running automake... automake -a -c --gnu |