diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-09-28 22:15:05 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-09-28 22:15:05 +0000 |
commit | a6d23a4a5497c77bdeb28a46b9f6b81613ae77f8 (patch) | |
tree | 4aed373fe1d58dd8ab81bb956d16d5807fe76d07 | |
parent | 0ce088277293ac4b209be0f1b1c1f3dd3c5ee103 (diff) |
Say we require autoconf 2.52 as that is what configure.in does.
2002-09-29 Tor Lillqvist <tml@iki.fi>
* HACKING: Say we require autoconf 2.52 as that is what
configure.in does.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-12 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 5 | ||||
-rw-r--r-- | HACKING | 2 |
8 files changed, 36 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2002-09-29 Tor Lillqvist <tml@iki.fi> + + * HACKING: Say we require autoconf 2.52 as that is what + configure.in does. + 2002-09-23 Arvind Samptur <arvind.samptur@wipro.com> * glib/gspawn.c (fork_exec_with_pipes) : when the child fails we need to reap it to avoid a zombie. This would diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 0095086c7..9496b01a6 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2002-09-29 Tor Lillqvist <tml@iki.fi> + + * HACKING: Say we require autoconf 2.52 as that is what + configure.in does. + 2002-09-23 Arvind Samptur <arvind.samptur@wipro.com> * glib/gspawn.c (fork_exec_with_pipes) : when the child fails we need to reap it to avoid a zombie. This would diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 0095086c7..9496b01a6 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2002-09-29 Tor Lillqvist <tml@iki.fi> + + * HACKING: Say we require autoconf 2.52 as that is what + configure.in does. + 2002-09-23 Arvind Samptur <arvind.samptur@wipro.com> * glib/gspawn.c (fork_exec_with_pipes) : when the child fails we need to reap it to avoid a zombie. This would diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 0095086c7..9496b01a6 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2002-09-29 Tor Lillqvist <tml@iki.fi> + + * HACKING: Say we require autoconf 2.52 as that is what + configure.in does. + 2002-09-23 Arvind Samptur <arvind.samptur@wipro.com> * glib/gspawn.c (fork_exec_with_pipes) : when the child fails we need to reap it to avoid a zombie. This would diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 0095086c7..9496b01a6 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2002-09-29 Tor Lillqvist <tml@iki.fi> + + * HACKING: Say we require autoconf 2.52 as that is what + configure.in does. + 2002-09-23 Arvind Samptur <arvind.samptur@wipro.com> * glib/gspawn.c (fork_exec_with_pipes) : when the child fails we need to reap it to avoid a zombie. This would diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 0095086c7..9496b01a6 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2002-09-29 Tor Lillqvist <tml@iki.fi> + + * HACKING: Say we require autoconf 2.52 as that is what + configure.in does. + 2002-09-23 Arvind Samptur <arvind.samptur@wipro.com> * glib/gspawn.c (fork_exec_with_pipes) : when the child fails we need to reap it to avoid a zombie. This would diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 0095086c7..9496b01a6 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2002-09-29 Tor Lillqvist <tml@iki.fi> + + * HACKING: Say we require autoconf 2.52 as that is what + configure.in does. + 2002-09-23 Arvind Samptur <arvind.samptur@wipro.com> * glib/gspawn.c (fork_exec_with_pipes) : when the child fails we need to reap it to avoid a zombie. This would @@ -1,7 +1,7 @@ If you want to hack on the GLib project, you'll need to have the following packages installed: - - GNU autoconf 2.13 + - GNU autoconf 2.52 - GNU automake 1.4 - GNU libtool 1.4 - GNU gettext 0.10.40 |