summaryrefslogtreecommitdiff
path: root/libchill
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-23 13:51:40 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-23 13:51:40 +0000
commit5170365cf2d0ea0c042d01fc71a11967705aaf0b (patch)
tree1552f79446ff58fd7af64d717574b20fbc8d2104 /libchill
parentd54546fb2267e65b1df17920501b21246686b00a (diff)
downloadgcc-5170365cf2d0ea0c042d01fc71a11967705aaf0b.tar.gz
* configure.in: Use AC_PREREQ(2.12.1).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23802 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libchill')
-rw-r--r--libchill/ChangeLog4
-rw-r--r--libchill/configure.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/libchill/ChangeLog b/libchill/ChangeLog
index 8d0a95c2cd6..ce67b3766cb 100644
--- a/libchill/ChangeLog
+++ b/libchill/ChangeLog
@@ -1,3 +1,7 @@
+Mon Nov 23 16:48:39 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * configure.in: Use AC_PREREQ(2.12.1).
+
Fri Nov 20 18:48:34 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* basicio.c (PATH_MAX): Define only to _POSIX_PATH_MAX if that is
diff --git a/libchill/configure.in b/libchill/configure.in
index 9b908fb3859..0f6f8cb1bdf 100644
--- a/libchill/configure.in
+++ b/libchill/configure.in
@@ -19,6 +19,7 @@
#the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#02111-1307, USA.
+AC_PREREQ(2.12.1)
AC_INIT(chillrt0.c)
if test "${srcdir}" = "." ; then