CVS kaffe (robilad): autoupdated configure.ac
Kaffe CVS <[email protected]> Sun, 20 Jan 2008 10:52:05 -0800
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
PatchSet 7707 Date: 2008/01/20 18:50:29 Author: robilad Branch: HEAD Tag: (none) Log: autoupdated configure.ac 2008-01-20 Dalibor Topic <[email protected]> * configure.ac: Autoupdated. Now requires autoconf 2.61. Members: ChangeLog:1.5208->1.5209 configure.ac:1.302->1.303 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.5208 kaffe/ChangeLog:1.5209 --- kaffe/ChangeLog:1.5208 Sun Jan 20 18:15:29 2008 +++ kaffe/ChangeLog Sun Jan 20 18:50:29 2008 @@ -1,5 +1,9 @@ 2008-01-20 Dalibor Topic <[email protected]> + * configure.ac: Autoupdated. Now requires autoconf 2.61. + +2008-01-20 Dalibor Topic <[email protected]> + * developers/autogen.sh: Removed version checking logic. We should simply set the minimum versions necessary in configure.ac. Index: kaffe/configure.ac diff -u kaffe/configure.ac:1.302 kaffe/configure.ac:1.303 --- kaffe/configure.ac:1.302 Sat Jan 19 22:45:21 2008 +++ kaffe/configure.ac Sun Jan 20 18:50:30 2008 @@ -1,6 +1,6 @@ AC_INIT([Kaffe Virtual Machine],[1.1.9-pre],[[email protected]],[kaffe]) -AC_PREREQ(2.59) +AC_PREREQ(2.61) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([scripts])