Browse Source

Enable "maintainer mode" by default

Current best practice, and necessary for git users to rebuild configure when it changes via make
Luke Dashjr 12 years ago
parent
commit
a0e42c4017
2 changed files with 2 additions and 2 deletions
  1. 1 1
      configure.ac
  2. 1 1
      libblkmaker

+ 1 - 1
configure.ac

@@ -43,7 +43,7 @@ AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 
 dnl Make sure anyone changing configure.ac/Makefile.am has a clue
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE([enable])
 
 dnl Checks for programs
 AC_PROG_CC_C99

+ 1 - 1
libblkmaker

@@ -1 +1 @@
-Subproject commit 19847fbab02450fb0db2ae519a35808cdc091991
+Subproject commit 8f4bb3ee9f43405203fef6f64ca938dc7933a060