summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorPixel <Pixel>2001-11-09 09:20:30 +0000
committerPixel <Pixel>2001-11-09 09:20:30 +0000
commit69d9cab0c415837552a84f17366356e9571fdbda (patch)
treec5eb17ab314d5f241954109e35dcb4ebeb1d19e6 /autogen.sh
parentb8564d828368c6446c3c23709efe65baf4a53fe0 (diff)
Autogen...
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