summaryrefslogtreecommitdiffstats
path: root/prepare
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-11-17 13:05:11 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-11-17 13:05:11 +0000
commit49462b02120f0c79d23df07fee16903ffe4be82b (patch)
tree20f8fabe5b3e38f074200cd0ef5936dd4cdb0d37 /prepare
parent00f5b95a1c92114ff11b2826315d5fe910019e5c (diff)
Configuration fixes from Lars Hecking, with some more fixes and
modifications from myself. With some luck, you don't need a gettext installation any more.
Diffstat (limited to 'prepare')
-rwxr-xr-xprepare2
1 files changed, 1 insertions, 1 deletions
diff --git a/prepare b/prepare
index 439552c1..556e4eaa 100755
--- a/prepare
+++ b/prepare
@@ -1,6 +1,6 @@
#!/bin/sh --
-if aclocal && autoconf && autoheader && automake --foreign && ./configure $@
+if aclocal -I m4 && autoheader && (cd m4 && make -f Makefile.am.in ) && automake --foreign && autoconf && ./configure $@
then
echo
echo "The mutt source code was successfully prepared."