summaryrefslogtreecommitdiff
path: root/MSVC_Net2005
diff options
context:
space:
mode:
authorDaniel Elstner <daniel@src.gnome.org>2009-03-26 13:27:09 +0000
committerDaniel Elstner <daniel@src.gnome.org>2009-03-26 13:27:09 +0000
commit6f695a88dda2abacd66815b6eb1db5bfd1b29845 (patch)
tree9f4898b1ed3c5e30d932e86ef84d50e2a400cd6f /MSVC_Net2005
parent510ca1be986c66bbe0f3cfdc0ddf103280e968f7 (diff)
downloadglibmm-6f695a88dda2abacd66815b6eb1db5bfd1b29845.tar.gz
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. svn path=/trunk/; revision=810
Diffstat (limited to 'MSVC_Net2005')
-rw-r--r--MSVC_Net2005/giomm/Makefile.am2
-rw-r--r--MSVC_Net2005/glibmm/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/MSVC_Net2005/giomm/Makefile.am b/MSVC_Net2005/giomm/Makefile.am
index f7d10f9a..3978ac05 100644
--- a/MSVC_Net2005/giomm/Makefile.am
+++ b/MSVC_Net2005/giomm/Makefile.am
@@ -8,5 +8,5 @@ EXTRA_DIST = giommconfig.h giomm.vcproj giomm.rc
# 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 $@
diff --git a/MSVC_Net2005/glibmm/Makefile.am b/MSVC_Net2005/glibmm/Makefile.am
index a0f8c416..b427a09c 100644
--- a/MSVC_Net2005/glibmm/Makefile.am
+++ b/MSVC_Net2005/glibmm/Makefile.am
@@ -8,5 +8,5 @@ EXTRA_DIST = glibmmconfig.h glibmm.vcproj glibmm.rc
# 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 $@