* configure.in: Use AC_PREREQ(2.12.1).
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Nov 1998 14:07:53 +0000 (14:07 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Nov 1998 14:07:53 +0000 (14:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23805 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure.in

index 5ad2297..dadb249 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 d775802..7192a56 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)