summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-07-26 11:55:37 -0700
committerTingPing <tngpng@gmail.com>2013-07-26 11:55:37 -0700
commit1fd94e79b90b25d3b78c8a7468acbfb4a0d47dd7 (patch)
tree5aec1ed2b59103e048292aa77738622651f202a1 /configure.ac
parentbb3cb269c21e4f3dbde0ee1fdbdad627c57eba8b (diff)
parente63ec01089a53facfe55e33e8dd90ff7f853eb38 (diff)
Merge pull request #679 from hasufell/libtool
MAKE: backwards compat for old libtool
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
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