summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSean 'Shaleh' Perry <shaleh@debian.org>1999-10-01 07:15:26 +0000
committerSean 'Shaleh' Perry <shaleh@debian.org>1999-10-01 07:15:26 +0000
commit25bf3686f9d4c40c350b15c6907e34eb7e48f5c9 (patch)
tree48e833bf9c083664feb4708ffcb04c91850fc308 /autogen.sh
parent35a57822acbf8632729b269844bdcd414a076d6b (diff)
downloadmailutils-25bf3686f9d4c40c350b15c6907e34eb7e48f5c9.tar.gz
mailutils-25bf3686f9d4c40c350b15c6907e34eb7e48f5c9.tar.bz2
Added autogen.sh script to aid testers.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 000000000..e63eae062
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+aclocal
+libtoolize --copy --automake
+automake --add-missing --copy --gnu
+autoheader
+autoconf

Return to:

Send suggestions and report system problems to the System administrator.