summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2000-09-02 02:46:06 +0000
committerAlain Magloire <alainm@gnu.org>2000-09-02 02:46:06 +0000
commitdcd6e4da331e2e751fb880f9861d117e6787a8e1 (patch)
tree335212e2c25eb6ec37b646d96b0b93720e4a7464 /autogen.sh
parent55b26b616fd2d33a29f0c77d205a1ebd7cef95be (diff)
downloadmailutils-dcd6e4da331e2e751fb880f9861d117e6787a8e1.tar.gz
mailutils-dcd6e4da331e2e751fb880f9861d117e6787a8e1.tar.bz2
Cleanup, now we can do autogen.sh;configure;make and things will build.
mailutils/from will use the new mailbox API mailutils/mail will use the new mailbox API to convert pop3d(still use libmailbox the old API). mailutils/mail is incomplete and should is equivalent to LEGACY mail from Unix98.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 367a7d392..949907e4b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,7 @@
#!/bin/sh
aclocal -I m4
-libtoolize --copy --automake
+libtoolize --automake
autoheader
-automake --add-missing --copy --gnu
+automake -a
autoconf

Return to:

Send suggestions and report system problems to the System administrator.