summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 866f03d..81a825b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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