[kaffe] CVS kaffe (dalibor): Fix libltdl automake problems for good hopefully

Kaffe CVS cvs-commits at kaffe.org
Wed Apr 28 13:17:03 PDT 2004


PatchSet 4708 
Date: 2004/04/28 18:27:59
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Fix libltdl automake problems for good hopefully

2004-04-28  Dalibor Topic  <robilad at kaffe.org>

        * developers/autogen.sh:
        Ensure that config.h.in does not trigger
        autoheader in libtldl.

Members: 
	ChangeLog:1.2284->1.2285 
	developers/autogen.sh:1.37->1.38 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2284 kaffe/ChangeLog:1.2285
--- kaffe/ChangeLog:1.2284	Wed Apr 28 17:03:54 2004
+++ kaffe/ChangeLog	Wed Apr 28 18:27:59 2004
@@ -1,3 +1,9 @@
+2004-04-28  Dalibor Topic  <robilad at kaffe.org>
+
+	* developers/autogen.sh:
+	Ensure that config.h.in does not trigger
+	autoheader in libtldl.
+
 2004-04-28  Kiyo Inaba <inaba at src.ricoh.co.jp>
 
 	* config/m68k/linux/md.h:
Index: kaffe/developers/autogen.sh
diff -u kaffe/developers/autogen.sh:1.37 kaffe/developers/autogen.sh:1.38
--- kaffe/developers/autogen.sh:1.37	Tue Apr 27 09:27:16 2004
+++ kaffe/developers/autogen.sh	Wed Apr 28 18:28:01 2004
@@ -134,5 +134,6 @@
  # screws up timestamps 	 
  autoreconf -i -Wall
  patch < ../developers/patch-config.sub-superh.diff
+ touch config-h.in
 ) 	 
  




More information about the kaffe mailing list