From eb7b024f0c6fc2c28b0891fb1d69286efbe6ad2c Mon Sep 17 00:00:00 2001 From: spanne Date: Sat, 1 Jan 2005 14:01:29 +0000 Subject: [PATCH] Renamed "configure.in" to the officially preferred "configure.ac". git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@535 7f0cb862-5218-0410-a997-914c9d46530a --- .gitattributes | 2 +- freeglut/freeglut/ChangeLog | 3 +++ freeglut/freeglut/INSTALL | 4 ++-- freeglut/freeglut/{configure.in => configure.ac} | 0 4 files changed, 6 insertions(+), 3 deletions(-) rename freeglut/freeglut/{configure.in => configure.ac} (100%) diff --git a/.gitattributes b/.gitattributes index a5054ef..8f791ee 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,7 +10,7 @@ freeglut/freeglut/README svn_keywords=Author+Date+Id+Revision freeglut/freeglut/TODO svn_keywords=Author+Date+Id+Revision freeglut/freeglut/acconfig.h svn_keywords=Author+Date+Id+Revision freeglut/freeglut/autogen.sh svn_keywords=Author+Date+Id+Revision -freeglut/freeglut/configure.in svn_keywords=Author+Date+Id+Revision +freeglut/freeglut/configure.ac svn_keywords=Author+Date+Id+Revision freeglut/freeglut/doc/.cvsignore svn_keywords=Author+Date+Id+Revision freeglut/freeglut/doc/Makefile.am svn_keywords=Author+Date+Id+Revision freeglut/freeglut/doc/download.html svn_keywords=Author+Date+Id+Revision diff --git a/freeglut/freeglut/ChangeLog b/freeglut/freeglut/ChangeLog index d7fa247..3ce0350 100644 --- a/freeglut/freeglut/ChangeLog +++ b/freeglut/freeglut/ChangeLog @@ -719,3 +719,6 @@ caught. This makes sense and is more compatible with GLUT. (190) Added eMbedded Visual Tools project/workspace files to distribution. + +(191) Renamed "configure.in" to the officially preferred +"configure.ac". diff --git a/freeglut/freeglut/INSTALL b/freeglut/freeglut/INSTALL index 02a4a07..1966f09 100644 --- a/freeglut/freeglut/INSTALL +++ b/freeglut/freeglut/INSTALL @@ -19,8 +19,8 @@ diffs or instructions to the address given in the `README' so they can be considered for the next release. If at some point `config.cache' contains results you don't want to keep, you may remove or edit it. - The file `configure.in' is used to create `configure' by a program -called `autoconf'. You only need `configure.in' if you want to change + 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/freeglut/freeglut/configure.in b/freeglut/freeglut/configure.ac similarity index 100% rename from freeglut/freeglut/configure.in rename to freeglut/freeglut/configure.ac