From 2f9f37bed63a990432b4f40347975cab5a28664c Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 23 Apr 2005 15:03:27 +0000 Subject: Updated autogen.sh script --- autogen.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 64c6716be..1f461510c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,9 @@ #!/bin/sh # gettextize updates Makefile.am, configure.in +cp configure.in configure.in.old gettextize --copy --force --intl --no-changelog && +mv configure.in.old configure.in aclocal && # autoheader creates config.h.in needed by autoconf autoheader && -- cgit v1.2.3