summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@gnu.org>2002-10-30 18:25:34 +0000
committerJeff Bailey <jbailey@gnu.org>2002-10-30 18:25:34 +0000
commitf9b1c23000ca85c88f6ec526eed64176b5b71fee (patch)
treee9b2f2f06f4aaf2814dbd379c9379f8f7c78e68c /autogen.sh
parent65cccbd4d423fbe9ccf7c70c1fdd80b97f30656b (diff)
downloadmailutils-f9b1c23000ca85c88f6ec526eed64176b5b71fee.tar.gz
mailutils-f9b1c23000ca85c88f6ec526eed64176b5b71fee.tar.bz2
2002-10-30 Jeff Bailey <jbailey@gnu.org>
* mh/Makefile.am: Use AM_YFLAGS instead of YFLAGS * libmu_scm/Makefile.am: Use AM_CPPFLAGS instead of CPPFLAGS * autogen.sh: Redo using 'autoreconf'. This is now the right tool to use for generating the build environment.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index 949907e4b..b1defeaa3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,3 @@
#!/bin/sh
-aclocal -I m4
-libtoolize --automake
-autoheader
-automake -a
-autoconf
+autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.