[vte] Revert "Use the recommended configure.ac instead configure.in"



commit f46b5c288c9b1222cf614f22c1d1f53f1ee60c56
Author: Christian Persch <chpe gnome org>
Date:   Wed Feb 2 17:49:06 2011 +0100

    Revert "Use the recommended configure.ac instead configure.in"
    
    This reverts commit 765f1087eced3d19768a7ebd98500e5ff3df8a1a.
    
    Renaming breaks automatic reconfiguring from make during git bisect.

 autogen.sh                   |    2 +-
 configure.ac => configure.in |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 481e4bf..e1cc132 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.
 
 PKG_NAME="vte"
 
-(test -f $srcdir/configure.ac \
+(test -f $srcdir/configure.in \
   && test -f $srcdir/README \
   && test -d $srcdir/src) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
diff --git a/configure.ac b/configure.in
similarity index 99%
rename from configure.ac
rename to configure.in
index c767d89..53f6cca 100644
--- a/configure.ac
+++ b/configure.in
@@ -287,7 +287,7 @@ dnl                   [prohibit VTE from using deprecated GLib/Pango/ATK/GDK/GTK
 dnl   [],[enable_deprecation=$enable_maintainer_mode])
 dnl if test "x$enable_deprecation" = xyes; then
 dnl   AC_MSG_NOTICE([disabling deprecated GLIB/PANGO/GDK/ATK/GTK+ features])
-dnl
+dnl 
 dnl   AC_DEFINE([ATK_DISABLE_DEPRECATED],[1],[Disable deprecated features])
 dnl   AC_DEFINE([ATK_DISABLE_SINGLE_INCLUDES],[1],[Disable single includes])
 dnl   AC_DEFINE([G_DISABLE_DEPRECATED],[1],[Disable deprecated features])
@@ -553,7 +553,7 @@ if test "$enable_glade_catalogue" = "yes"; then
   AC_SUBST([GLADE_ICON_DIR])
   AC_SUBST([GLADE_MODULE_DIR])
 fi
-
+  
 AM_CONDITIONAL([ENABLE_GLADE_CATALOGUE],[test "$enable_glade_catalogue" = "yes"])
 
 # *************



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