gtkmm r1129 - in trunk: . MSVC_Net2005/gdkmm MSVC_Net2005/gtkmm MSVC_Net2008/gdkmm MSVC_Net2008/gtkmm



Author: daniel
Date: Thu Mar 26 14:14:41 2009
New Revision: 1129
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1129&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 r1128, /trunk/configure.in
Removed:
   trunk/configure.in
Modified:
   trunk/ChangeLog
   trunk/MSVC_Net2005/gdkmm/Makefile.am
   trunk/MSVC_Net2005/gtkmm/Makefile.am
   trunk/MSVC_Net2008/gdkmm/Makefile.am
   trunk/MSVC_Net2008/gtkmm/Makefile.am

Modified: trunk/MSVC_Net2005/gdkmm/Makefile.am
==============================================================================
--- trunk/MSVC_Net2005/gdkmm/Makefile.am	(original)
+++ trunk/MSVC_Net2005/gdkmm/Makefile.am	Thu Mar 26 14:14:41 2009
@@ -9,5 +9,5 @@
 # wht respect to the .h.in file, to prevent an error with 'make distcheck'.
 # See http://sources.redhat.com/automake/automake.html#distcleancheck
 
-gdkmmconfig.h: $(top_srcdir)/gdk/gdkmmconfig.h.in $(top_srcdir)/configure.in
+gdkmmconfig.h: $(top_srcdir)/gdk/gdkmmconfig.h.in $(top_srcdir)/configure.ac
 	cp -f $(top_builddir)/gdk/gdkmmconfig.h $@

Modified: trunk/MSVC_Net2005/gtkmm/Makefile.am
==============================================================================
--- trunk/MSVC_Net2005/gtkmm/Makefile.am	(original)
+++ trunk/MSVC_Net2005/gtkmm/Makefile.am	Thu Mar 26 14:14:41 2009
@@ -9,5 +9,5 @@
 # wht respect to the .h.in file, to prevent an error with 'make distcheck'.
 # See http://sources.redhat.com/automake/automake.html#distcleancheck
 
-gtkmmconfig.h: $(top_srcdir)/gtk/gtkmmconfig.h.in $(top_srcdir)/configure.in
+gtkmmconfig.h: $(top_srcdir)/gtk/gtkmmconfig.h.in $(top_srcdir)/configure.ac
 	cp -f $(top_builddir)/gtk/gtkmmconfig.h $@

Modified: trunk/MSVC_Net2008/gdkmm/Makefile.am
==============================================================================
--- trunk/MSVC_Net2008/gdkmm/Makefile.am	(original)
+++ trunk/MSVC_Net2008/gdkmm/Makefile.am	Thu Mar 26 14:14:41 2009
@@ -9,5 +9,5 @@
 # wht respect to the .h.in file, to prevent an error with 'make distcheck'.
 # See http://sources.redhat.com/automake/automake.html#distcleancheck
 
-gdkmmconfig.h: $(top_srcdir)/gdk/gdkmmconfig.h.in $(top_srcdir)/configure.in
+gdkmmconfig.h: $(top_srcdir)/gdk/gdkmmconfig.h.in $(top_srcdir)/configure.ac
 	cp -f $(top_builddir)/gdk/gdkmmconfig.h $@

Modified: trunk/MSVC_Net2008/gtkmm/Makefile.am
==============================================================================
--- trunk/MSVC_Net2008/gtkmm/Makefile.am	(original)
+++ trunk/MSVC_Net2008/gtkmm/Makefile.am	Thu Mar 26 14:14:41 2009
@@ -9,5 +9,5 @@
 # wht respect to the .h.in file, to prevent an error with 'make distcheck'.
 # See http://sources.redhat.com/automake/automake.html#distcleancheck
 
-gtkmmconfig.h: $(top_srcdir)/gtk/gtkmmconfig.h.in $(top_srcdir)/configure.in
+gtkmmconfig.h: $(top_srcdir)/gtk/gtkmmconfig.h.in $(top_srcdir)/configure.ac
 	cp -f $(top_builddir)/gtk/gtkmmconfig.h $@



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