shithub: sox

Download patch

ref: 184a7ff4322962a84b8ab5d53fc09f5afc781490
parent: 6ede71020a5a85e90e2960494f9a25be24b41c32
author: Ulrich Klauer <ulrich@chirlu.de>
date: Mon Mar 4 08:02:09 EST 2013

Call AC_CONFIG_MACRO_DIR unconditionally

Since we now require autoconf 2.62 (via AC_PREREQ) and
AC_CONFIG_MACRO_DIR was introduced in autoconf 2.58, we can safely
assume AC_CONFIG_MACRO_DIR is present and call it directly.

--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 
 AC_INIT(SoX, 14.4.2git, sox-devel@lists.sourceforge.net)
 
-m4_ifdef([AC_CONFIG_MACRO_DIR], [AC_CONFIG_MACRO_DIR([m4])])
+AC_CONFIG_MACRO_DIR([m4])
 
 dnl Find target architecture
 AC_CANONICAL_TARGET