[kaffe] CVS kaffe (robilad): cleaned up autogen.sh

Kaffe CVS cvs-commits at kaffe.org
Sun Jan 20 09:57:42 PST 2008


PatchSet 7704 
Date: 2008/01/20 17:55:34
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
cleaned up autogen.sh

2008-01-20  Dalibor Topic  <robilad at kaffe.org>

* developers/autogen.sh: Replaced the complicated
invocations of autotools with a single autoreconf call.

Members: 
	ChangeLog:1.5205->1.5206 
	developers/autogen.sh:1.80->1.81 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5205 kaffe/ChangeLog:1.5206
--- kaffe/ChangeLog:1.5205	Sun Jan 20 17:38:14 2008
+++ kaffe/ChangeLog	Sun Jan 20 17:55:34 2008
@@ -1,5 +1,10 @@
 2008-01-20  Dalibor Topic  <robilad at kaffe.org>
 
+	* developers/autogen.sh: Replaced the complicated 
+	invocations of autotools with a single autoreconf call.
+
+2008-01-20  Dalibor Topic  <robilad at kaffe.org>
+
 	TODO: Updated.
 
 2008-01-20  Dalibor Topic  <robilad at kaffe.org>
Index: kaffe/developers/autogen.sh
diff -u kaffe/developers/autogen.sh:1.80 kaffe/developers/autogen.sh:1.81
--- kaffe/developers/autogen.sh:1.80	Sat Jan 19 22:45:23 2008
+++ kaffe/developers/autogen.sh	Sun Jan 20 17:55:36 2008
@@ -89,29 +89,7 @@
 
 fi
 
-# Delete old files to make sure we regenerate things
-# automake things
-rm -f depcomp missing config.guess config.sub install-sh
-# libtool things
-rm -f aclocal.m4 ltmain.sh libtool.m4 ltconfig
-
-# autoconf things
-rm -f aclocal.m4 configure
-rm -f config/config.h.in
-find . -type f -name 'Makefile.in' | xargs rm -f
-
-# Now regenerate autotools
-libtoolize --automake --copy --force
-
-# gettextize kaffe
-# commented out due to bugs in gettextize
-##gettextize -c -f --intl
-
-autopoint -f
-aclocal -I m4
-autoheader # -Wall
-automake --add-missing --force-missing --copy # -Wall || true  # ignore warnings
-autoconf # -Wall
+autoreconf -f -i # -Wall
 
 # drops specific patches
 (




More information about the kaffe mailing list