Skip to content

Commit

Permalink
Support maintainer mode
Browse files Browse the repository at this point in the history
The time stamp checks for configure and Makefile.in are sometimes problematic, so allow disabling them.
  • Loading branch information
jsonn authored Jun 21, 2016
1 parent 2c9b777 commit 3bf4a20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ AC_CONFIG_AUX_DIR([build/autoconf])
AC_CONFIG_MACRO_DIR([build/autoconf])
# Must follow AC_CONFIG macros above...
AM_INIT_AUTOMAKE()
AM_MAINTAINER_MODE([enable])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

# Libtool's "interface version" can be computed from the libarchive version.
Expand Down

0 comments on commit 3bf4a20

Please sign in to comment.