[libgweather] [build] Rename configure.in to configure.ac



commit fb23f34531851118abd3e6235b285ae327c9f34d
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Sep 8 17:17:47 2010 +0200

    [build] Rename configure.in to configure.ac

 autogen.sh                   |    2 +-
 configure.in => configure.ac |    0
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 67252c5..307c0e4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,7 @@ PKG_NAME="libgweather"
 REQUIRED_AUTOMAKE_VERSION=1.9
 REQUIRED_M4MACROS=introspection.m4
 
-(test -f $srcdir/configure.in \
+(test -f $srcdir/configure.ac \
   && test -d $srcdir/libgweather) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
     echo " top-level $PKG_NAME directory"
diff --git a/configure.in b/configure.ac
similarity index 100%
rename from configure.in
rename to configure.ac



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]