Skip to content

Commit 0eb1e2e

Browse files
committed
Use AM_MAINTAINER_MODE([enable])
Use better default, but allow configure flag to remain.
1 parent 12bf3e0 commit 0eb1e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AM_INIT_AUTOMAKE
99
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
1010
AC_CONFIG_HEADERS([src/config.h])
1111
AC_CONFIG_MACRO_DIR([m4])
12-
AM_MAINTAINER_MODE
12+
AM_MAINTAINER_MODE([enable])
1313

1414
dnl Checks for programs.
1515
dnl I am disabling static libraries here because otherwise libtool insists on

0 commit comments

Comments
 (0)