* configure.in: Use AC_PREREQ(2.12.1).
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 23 Nov 1998 14:07:53 +0000 (14:07 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 23 Nov 1998 14:07:53 +0000 (14:07 +0000)
From-SVN: r23805

gcc/ChangeLog
gcc/configure.in

index 5ad229727eaf8fd6119d71647552913fec4b46ad..dadb2494948224acde9971a6fb66f0f205587e9e 100644 (file)
@@ -1,3 +1,7 @@
+Mon Nov 23 17:02:27 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       *  configure.in: Use AC_PREREQ(2.12.1).
+
 Mon Nov 23 10:16:38 1998  "Melissa O'Neill" <oneill@cs.sfu.ca>
 
        * cccp.c (S_ISREG, S_ISDIR): Delete defines.
index d775802d15c00d7f1c783dadda0e2a5b305cd75a..7192a568e9a932346cb3f24a26144e9eccc17ee8 100644 (file)
@@ -21,6 +21,7 @@
 #Boston, MA 02111-1307, USA.
 
 # Initialization and defaults
+AC_PREREQ(2.12.1)
 AC_INIT(tree.c)
 AC_CONFIG_HEADER(auto-host.h:config.in)