glibmm r812 - in branches/glibmm-2-18: . MSVC_Net2005/giomm MSVC_Net2005/glibmm MSVC_Net2008/giomm MSVC_Net2008/glibmm



Author: daniel
Date: Thu Mar 26 13:33:54 2009
New Revision: 812
URL: http://svn.gnome.org/viewvc/glibmm?rev=812&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:
   branches/glibmm-2-18/configure.ac
      - copied unchanged from r810, /trunk/configure.ac
Removed:
   branches/glibmm-2-18/configure.in
Modified:
   branches/glibmm-2-18/   (props changed)
   branches/glibmm-2-18/ChangeLog
   branches/glibmm-2-18/MSVC_Net2005/giomm/Makefile.am
   branches/glibmm-2-18/MSVC_Net2005/glibmm/Makefile.am
   branches/glibmm-2-18/MSVC_Net2008/giomm/Makefile.am
   branches/glibmm-2-18/MSVC_Net2008/glibmm/Makefile.am
   branches/glibmm-2-18/autogen.sh

Modified: branches/glibmm-2-18/MSVC_Net2005/giomm/Makefile.am
==============================================================================
--- branches/glibmm-2-18/MSVC_Net2005/giomm/Makefile.am	(original)
+++ branches/glibmm-2-18/MSVC_Net2005/giomm/Makefile.am	Thu Mar 26 13:33:54 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: branches/glibmm-2-18/MSVC_Net2005/glibmm/Makefile.am
==============================================================================
--- branches/glibmm-2-18/MSVC_Net2005/glibmm/Makefile.am	(original)
+++ branches/glibmm-2-18/MSVC_Net2005/glibmm/Makefile.am	Thu Mar 26 13:33:54 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: branches/glibmm-2-18/MSVC_Net2008/giomm/Makefile.am
==============================================================================
--- branches/glibmm-2-18/MSVC_Net2008/giomm/Makefile.am	(original)
+++ branches/glibmm-2-18/MSVC_Net2008/giomm/Makefile.am	Thu Mar 26 13:33:54 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: branches/glibmm-2-18/MSVC_Net2008/glibmm/Makefile.am
==============================================================================
--- branches/glibmm-2-18/MSVC_Net2008/glibmm/Makefile.am	(original)
+++ branches/glibmm-2-18/MSVC_Net2008/glibmm/Makefile.am	Thu Mar 26 13:33:54 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: branches/glibmm-2-18/autogen.sh
==============================================================================
--- branches/glibmm-2-18/autogen.sh	(original)
+++ branches/glibmm-2-18/autogen.sh	Thu Mar 26 13:33:54 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]