aboutsummaryrefslogtreecommitdiff
path: root/example/calc/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'example/calc/configure.in')
-rw-r--r--example/calc/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/calc/configure.in b/example/calc/configure.in
index 73a3204..260baa0 100644
--- a/example/calc/configure.in
+++ b/example/calc/configure.in
@@ -16,6 +16,8 @@ AC_CHECK_HEADERS(stdlib.h)
#
AC_CHECK_FUNC(strcmp)
+AM_MAINTAINER_MODE
+
#
# Output Makefile with substitutions
AC_SUBST(CC)