From 13f70b5b05d98557d0a28d0f212cca4d38d2ffa0 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 6 Jun 2011 16:25:04 +0200 Subject: [PATCH] rename configure.in to configure.ac Signed-off-by: Sven Verdoolaege --- README | 4 ++-- configure.in => configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename configure.in => configure.ac (99%) diff --git a/README b/README index 33cde07..7003a2b 100644 --- a/README +++ b/README @@ -74,8 +74,8 @@ The first step is only needed if you plan on using the isl backend. The configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to -create a Makefile. The file configure.in is used to create configure by a -program called autoconf. You only need configure.in if you want to change +create a Makefile. The file configure.ac is used to create configure by a +program called autoconf. You only need configure.ac if you want to change it or regenerate configure using a newer version of autoconf. The simplest way to compile this package is: diff --git a/configure.in b/configure.ac similarity index 99% rename from configure.in rename to configure.ac index d8b87b5..ec32c1b 100644 --- a/configure.in +++ b/configure.ac @@ -2,7 +2,7 @@ dnl /**-------------------------------------------------------------------** dnl ** CLooG ** dnl **-------------------------------------------------------------------** -dnl ** configure.in ** +dnl ** configure.ac ** dnl **-------------------------------------------------------------------** dnl ** First version: august 7th 2002 ** dnl **-------------------------------------------------------------------**/ @@ -39,7 +39,7 @@ dnl * Written by Cedric Bastoul, Cedric.Bastoul@inria.fr * dnl * * dnl ***************************************************************************/ -AC_PREREQ(2.13) +AC_PREREQ(2.53) AC_INIT(source/cloog.c) AC_CONFIG_AUX_DIR(autoconf) AC_CONFIG_MACRO_DIR([m4]) -- 2.11.4.GIT