diff options
author | mchiang <phidias.chiang@gmail.com> | 2014-01-15 22:26:14 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-01-18 20:50:59 -0500 |
commit | 2c3be0bbbfa5f443c2afe7c4dfc1d703987cda5d (patch) | |
tree | d23fab59ab4b918807a3203205dd6ff7661509e9 /configure.ac | |
parent | Update version (diff) | |
download | eselect-python-2c3be0bbbfa5f443c2afe7c4dfc1d703987cda5d.tar.gz eselect-python-2c3be0bbbfa5f443c2afe7c4dfc1d703987cda5d.tar.bz2 eselect-python-2c3be0bbbfa5f443c2afe7c4dfc1d703987cda5d.zip |
Support Windows binaries via @EXEEXT@, bug 337601eselect-python-20140115
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c49e7d5..c85be38 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-python], [20131210]) +AC_INIT([eselect-python], [20140115]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-bzip2]) AC_PROG_CC @@ -31,6 +31,6 @@ CFLAGS="${old_CFLAGS}" # Create output files. AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([Makefile python.eselect]) AC_OUTPUT |