diff options
author | hasufell <julian.ospald@googlemail.com> | 2013-07-12 14:10:51 +0200 |
---|---|---|
committer | hasufell <julian.ospald@googlemail.com> | 2013-07-12 14:17:30 +0200 |
commit | e63ec01089a53facfe55e33e8dd90ff7f853eb38 (patch) | |
tree | 069b6ca326cf6d3d6ca398b1d11291b823e13809 /configure.ac | |
parent | be1e6bde65fc1e7a4d93e898cc9d58dd4f042d41 (diff) |
MAKE: backwards compat for old libtool
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d4acd0aa..6af91d77 100644 --- a/configure.ac +++ b/configure.ac @@ -8,8 +8,9 @@ AC_COPYRIGHT([Copyright (C) 1998-2010 Peter Zelezny]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -AM_INIT_AUTOMAKE([1.11 dist-bzip2 subdir-objects no-define foreign]) +AC_CONFIG_MACRO_DIR([m4]) +AM_INIT_AUTOMAKE([1.11 dist-bzip2 subdir-objects no-define foreign]) AM_SILENT_RULES([yes]) AC_USE_SYSTEM_EXTENSIONS |