summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-09 21:28:11 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-09 21:34:13 +0200
commit90feeb3e3b0f392d418a5a48c3711e5824ab086c (patch)
treeb6197a5119b505b0aad0d71194ded246f0445fdc /tools
parent975e6813cc61d5b90c5ccd00aba12ac505dfe485 (diff)
downloadglibmm-90feeb3e3b0f392d418a5a48c3711e5824ab086c.tar.gz
Get rid of all Makefile.am in the MSVC dirs
* MSVC_Net2005/**/Makefile.am: Delete recursive build files. * MSVC_Net2008/**/Makefile.am: ditto. * MSVC_Net2005/filelist.am: New file. Recursively list all files that should go into the distribution. * MSVC_Net2008/filelist.am: ditto. * configure.ac (AC_CONFIG_FILES): Remove all Makefile outputs to the MSVC subdirectories. Combine all the remaining output files into a single argument to just one AC_CONFIG_FILES call. Follow through with a number of TODO comments and remove some old cruft which is no longer used anywhere in the module. (AC_CONFIG_COMMANDS): Copy the configuration header files into the MSVC subdirectories by making config.status execute custom configuration commands. This is easier than doing it at the Makefile level, where it was previously implemented. * Makefile.am: Include the filelist.am files from the MSVC subdirectories. (SUBDIRS): Remove MSVC_Net200[58] directories from the list. (dist_noinst_DATA): Distribute the MSVC project files. * tools/gmmproc.in: Substitute @PERL@ instead of @PERL_PATH@. * tools/generate_wrap_init.pl.in: ditto.
Diffstat (limited to 'tools')
-rw-r--r--tools/generate_wrap_init.pl.in2
-rw-r--r--tools/gmmproc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/generate_wrap_init.pl.in b/tools/generate_wrap_init.pl.in
index 57a9cff5..53c16d52 100644
--- a/tools/generate_wrap_init.pl.in
+++ b/tools/generate_wrap_init.pl.in
@@ -1,4 +1,4 @@
-#! @PERL_PATH@
+#! @PERL@
#
# @configure_input@
#
diff --git a/tools/gmmproc.in b/tools/gmmproc.in
index f8098173..8c05acbd 100644
--- a/tools/gmmproc.in
+++ b/tools/gmmproc.in
@@ -1,4 +1,4 @@
-#! @PERL_PATH@
+#! @PERL@
#
# @configure_input@
#