aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rw-r--r--autogen.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100644
index 0000000..24163fe
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,9 @@
+# Set up for compilation
+
+cp Makefile.am.in Makefile.am
+mkdir -p intl
+echo n | gettextize --force --intl --no-changelog
+test -e po/Makevars || cp po/Makevars.template po/Makevars
+rm -f ChangeLog *~
+-test -f po/ChangeLog~ && mv -f po/ChangeLog~ po/ChangeLog
+autoreconf -i