From 1cc7e00c5697d90d469a5557ccf6f992d8975f37 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Mon, 19 Aug 2002 13:13:47 +0000 Subject: [PATCH] No longer need autoheader. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@188 --- autogen.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 1c139b8d..7c1b9da5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh # -echo "Generating build information using aclocal, auotheader, automake and autoconf" +echo "Generating build information using aclocal, automake and autoconf" echo "This may take a while ..." # Touch the timestamps on all the files since CVS messes them up @@ -10,7 +10,6 @@ touch $directory/configure.in # Regenerate configuration files aclocal -autoheader automake --gnits --include-deps --add-missing --copy autoconf