summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSean 'Shaleh' Perry <shaleh@debian.org>1999-10-01 07:29:17 +0000
committerSean 'Shaleh' Perry <shaleh@debian.org>1999-10-01 07:29:17 +0000
commit7a2b08e6c56d5de4551c4b16c038c2fdfa76c2fb (patch)
treeaf09773bada45b0e3281887601540c23398a9381 /autogen.sh
parentd58c35e44f56d769ee56385856f95768c4d8fb83 (diff)
downloadmailutils-7a2b08e6c56d5de4551c4b16c038c2fdfa76c2fb.tar.gz
mailutils-7a2b08e6c56d5de4551c4b16c038c2fdfa76c2fb.tar.bz2
Changed order of calls to reduce error messages.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index e63eae062..424c6ae06 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,6 +2,6 @@
aclocal
libtoolize --copy --automake
-automake --add-missing --copy --gnu
autoheader
+automake --add-missing --copy --gnu
autoconf

Return to:

Send suggestions and report system problems to the System administrator.