diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1998-11-23 13:51:40 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1998-11-23 13:51:40 +0000 |
commit | 223a88481438595b3334d264750df73a410a9f0a (patch) | |
tree | 1552f79446ff58fd7af64d717574b20fbc8d2104 /libchill/configure.in | |
parent | 6e6e34b7a85567d1a0ca51ec6d7e32a50553e21e (diff) | |
download | gcc-223a88481438595b3334d264750df73a410a9f0a.tar.gz |
* configure.in: Use AC_PREREQ(2.12.1).
From-SVN: r23802
Diffstat (limited to 'libchill/configure.in')
-rw-r--r-- | libchill/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |