aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f8eb3ad..cb2f48c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,10 @@ AC_CANONICAL_TARGET
AC_ARG_PROGRAM
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE(
+dnl Don't define `PACKAGE' and `VERSION'.
+ [no-define]
+)
dnl Checks for programs.
AC_PROG_CC