From f28020edb30133bb3bd91061d33c680aa6eabdee Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 4 Feb 2007 10:46:34 +0000 Subject: [PATCH] Allow less beautiful version numbers. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2801 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 5e6dff91..4d7d5ba7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,7 +7,7 @@ echo "This may take a while ..." aclocal autoheader -automake --gnits --include-deps --add-missing --copy +automake --include-deps --add-missing --copy autoconf echo "Now you are ready to run ./configure."