diff options
author | Daniel Elstner <danielk@openismus.com> | 2009-08-09 21:28:11 +0200 |
---|---|---|
committer | Daniel Elstner <danielk@openismus.com> | 2009-08-09 21:34:13 +0200 |
commit | 90feeb3e3b0f392d418a5a48c3711e5824ab086c (patch) | |
tree | b6197a5119b505b0aad0d71194ded246f0445fdc /tools/gmmproc.in | |
parent | 975e6813cc61d5b90c5ccd00aba12ac505dfe485 (diff) | |
download | glibmm-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/gmmproc.in')
-rw-r--r-- | tools/gmmproc.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@ # |