glibmm r810 - in trunk: . MSVC_Net2005/giomm MSVC_Net2005/glibmm MSVC_Net2008/giomm MSVC_Net2008/glibmm



Author: daniel
Date: Thu Mar 26 13:27:09 2009
New Revision: 810
URL: http://svn.gnome.org/viewvc/glibmm?rev=810&view=rev

Log:
Rename configure.in to configure.ac

* configure.ac: Rename from configure.in.
* autogen.sh: Fix reference to configure.in.
* MSVC_Net2005/glibmm/Makefile.am: ditto,
* MSVC_Net2005/giomm/Makefile.am: ditto,
* MSVC_Net2008/glibmm/Makefile.am: ditto,
* MSVC_Net2008/giomm/Makefile.am: ditto.


Added:
   trunk/configure.ac   (props changed)
      - copied unchanged from r809, /trunk/configure.in
Removed:
   trunk/configure.in
Modified:
   trunk/ChangeLog
   trunk/MSVC_Net2005/giomm/Makefile.am
   trunk/MSVC_Net2005/glibmm/Makefile.am
   trunk/MSVC_Net2008/giomm/Makefile.am
   trunk/MSVC_Net2008/glibmm/Makefile.am
   trunk/autogen.sh

Modified: trunk/MSVC_Net2005/giomm/Makefile.am
==============================================================================
--- trunk/MSVC_Net2005/giomm/Makefile.am	(original)
+++ trunk/MSVC_Net2005/giomm/Makefile.am	Thu Mar 26 13:27:09 2009
@@ -8,5 +8,5 @@
 # wht respect to the .h.in file, to prevent an error with 'make distcheck'.
 # See http://sources.redhat.com/automake/automake.html#distcleancheck
 
-giommconfig.h: $(top_srcdir)/gio/giommconfig.h.in $(top_srcdir)/configure.in
+giommconfig.h: $(top_srcdir)/gio/giommconfig.h.in $(top_srcdir)/configure.ac
 	cp -f $(top_builddir)/gio/giommconfig.h $@

Modified: trunk/MSVC_Net2005/glibmm/Makefile.am
==============================================================================
--- trunk/MSVC_Net2005/glibmm/Makefile.am	(original)
+++ trunk/MSVC_Net2005/glibmm/Makefile.am	Thu Mar 26 13:27:09 2009
@@ -8,5 +8,5 @@
 # wht respect to the .h.in file, to prevent an error with 'make distcheck'.
 # See http://sources.redhat.com/automake/automake.html#distcleancheck
 
-glibmmconfig.h: $(top_srcdir)/glib/glibmmconfig.h.in $(top_srcdir)/configure.in
+glibmmconfig.h: $(top_srcdir)/glib/glibmmconfig.h.in $(top_srcdir)/configure.ac
 	cp -f $(top_builddir)/glib/glibmmconfig.h $@

Modified: trunk/MSVC_Net2008/giomm/Makefile.am
==============================================================================
--- trunk/MSVC_Net2008/giomm/Makefile.am	(original)
+++ trunk/MSVC_Net2008/giomm/Makefile.am	Thu Mar 26 13:27:09 2009
@@ -8,5 +8,5 @@
 # wht respect to the .h.in file, to prevent an error with 'make distcheck'.
 # See http://sources.redhat.com/automake/automake.html#distcleancheck
 
-giommconfig.h: $(top_srcdir)/gio/giommconfig.h.in $(top_srcdir)/configure.in
+giommconfig.h: $(top_srcdir)/gio/giommconfig.h.in $(top_srcdir)/configure.ac
 	cp -f $(top_builddir)/gio/giommconfig.h $@

Modified: trunk/MSVC_Net2008/glibmm/Makefile.am
==============================================================================
--- trunk/MSVC_Net2008/glibmm/Makefile.am	(original)
+++ trunk/MSVC_Net2008/glibmm/Makefile.am	Thu Mar 26 13:27:09 2009
@@ -8,5 +8,5 @@
 # wht respect to the .h.in file, to prevent an error with 'make distcheck'.
 # See http://sources.redhat.com/automake/automake.html#distcleancheck
 
-glibmmconfig.h: $(top_srcdir)/glib/glibmmconfig.h.in $(top_srcdir)/configure.in
+glibmmconfig.h: $(top_srcdir)/glib/glibmmconfig.h.in $(top_srcdir)/configure.ac
 	cp -f $(top_builddir)/glib/glibmmconfig.h $@

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Thu Mar 26 13:27:09 2009
@@ -7,7 +7,7 @@
 
 origdir=`pwd`
 
-if test -f "$srcdir/configure.in" && \
+if test -f "$srcdir/configure.ac" && \
    test -d "$srcdir/glib/src" && \
    test -d "$srcdir/glib/glibmm"
 then :; else



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