aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rw-r--r--autogen.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100644
index 44e95e7..0000000
--- a/autogen.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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 *~
--test -f po/ChangeLog~ && mv -f po/ChangeLog~ po/ChangeLog
-autoreconf -i