diff options
| author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2014-06-05 13:44:42 +0100 |
|---|---|---|
| committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2014-06-05 13:44:42 +0100 |
| commit | 2d55c345bd3ce04bfb01c7bad23e36d662574531 (patch) | |
| tree | b4e8cbe09b68525443120aa2b9d6d16f6056b982 | |
| parent | 496942e12b9872579757fd8f94ade598a71d425e (diff) | |
Update for automake 1.14
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ Makefile Makefile.in autom4te.cache +compile config.log config.status configure diff --git a/configure.ac b/configure.ac index c04f4e2..b863526 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER dnl DEALINGS IN THE SOFTWARE. AC_INIT([xlaunch], m4_esyscmd([cat version | tr -d '\n']), cygwin-xfree@cygwin.com) -AM_INIT_AUTOMAKE([foreign no-define silent-rules dist-bzip2 no-dist-gzip]) +AM_INIT_AUTOMAKE([foreign no-define silent-rules dist-bzip2 no-dist-gzip subdir-objects]) AM_SILENT_RULES([yes]) AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug], [Enable debugging (default: disabled)]), |
