Integrate bindings subdirectory into the build process.
authorSebastian Harl <sh@tokkee.org>
Sun, 27 Jan 2008 15:13:04 +0000 (16:13 +0100)
committerFlorian Forster <octo@verplant.org>
Sun, 27 Jan 2008 15:16:09 +0000 (16:16 +0100)
commit5d612eb3a73c70308ce2e2af448a26e9a45955c6
treed39fde1e30885a190203333947644568894a1438
parentd8fc49e1b0057f77b3b8ad6403520a91e4c970b9
Integrate bindings subdirectory into the build process.

 * Added bindings/Makefile.am.
 * Added support for the variable PERL, which specifies the Perl interpreter
   command, to the configure script.
 * Added the --with-perl-bindings option to the configure script. Any argument
   (except "yes" and "no") will be passed as options to "perl Makefile.PL".

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@verplant.org>
Makefile.am
bindings/Makefile.am [new file with mode: 0644]
configure.ac