[telegnome] * configure.in: Rename to ...



commit dc80719318759d5ce907dc13a749395457585670
Author: Colin Watson <cjwatson canonical com>
Date:   Tue Apr 28 13:30:22 2009 +0100

    * configure.in: Rename to ...
    * configure.ac: ... this.
    * autogen.sh: Account for renaming. Create m4 directory if
    necessary.
---
 ChangeLog                    |    7 +++++++
 autogen.sh                   |    3 ++-
 configure.in => configure.ac |    0
 3 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 59b9c05..799d499 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2009-04-28  Colin Watson  <cjwatson debian org>
 
+	* configure.in: Rename to ...
+	* configure.ac: ... this.
+	* autogen.sh: Account for renaming. Create m4 directory if
+	necessary.
+
+2009-04-28  Colin Watson  <cjwatson debian org>
+
 	* telegnome.doap: New file.
 
 2008-06-29  Piotr DrÄ?g  <piotrdrag gmail com>
diff --git a/autogen.sh b/autogen.sh
index bfac939..951545c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.
 
 PKG_NAME="TeleGNOME"
 
-(test -f $srcdir/configure.in \
+(test -f $srcdir/configure.ac \
   && test -d $srcdir/src \
   && test -f $srcdir/src/gui.c) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
@@ -19,4 +19,5 @@ which gnome-autogen.sh || {
     exit 1
 }
 
+mkdir -p m4
 . gnome-autogen.sh
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]