diff options
author | Pixel <Pixel> | 2001-11-09 09:20:30 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-09 09:20:30 +0000 |
commit | 69d9cab0c415837552a84f17366356e9571fdbda (patch) | |
tree | c5eb17ab314d5f241954109e35dcb4ebeb1d19e6 /autogen.sh | |
parent | b8564d828368c6446c3c23709efe65baf4a53fe0 (diff) |
Autogen...
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 |