Skip to content

Commit

Permalink
Call AM_INIT_AUTOMAKE once only
Browse files Browse the repository at this point in the history
Fixes build with automake-1.14
  • Loading branch information
lipidity committed Sep 1, 2013
1 parent d253414 commit f0d1c39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure.ac
Expand Up @@ -4,7 +4,7 @@ AC_INIT([jq], [1.3], [mu@netsoc.tcd.ie],
dnl Created autoconf implementation thompson@dtosolutions, 26NOV12
AC_PREREQ([2.61])
AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE([parallel-tests foreign])
AM_INIT_AUTOMAKE([parallel-tests foreign -Wall])
AM_SILENT_RULES([yes])
AC_PROG_CC
AC_PROG_CC_STDC
Expand Down Expand Up @@ -66,7 +66,6 @@ AC_SUBST([BUNDLER], ["$bundle_cmd"])

dnl AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([-Wall])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT

Expand Down

0 comments on commit f0d1c39

Please sign in to comment.