summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2015-08-05 17:18:37 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2015-08-06 08:55:16 +1000
commit2cf11a305ffc1c8f1058c64d0537cc5f55cdded5 (patch)
tree0c8caddbe4301b7479c96748b40e4c895e67a34f
parent2869a74a8262fbe4c14d58b4a7e4b3ea58c899fc (diff)
downloadlibvorbis-git-2cf11a305ffc1c8f1058c64d0537cc5f55cdded5.tar.gz
configure.ac: Add AC_CONFIG_MACRO_DIR
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 846b9d76..7db62ee1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,8 @@ dnl ------------------------------------------------
AC_INIT([libvorbis],[1.3.5],[vorbis-dev@xiph.org])
+AC_CONFIG_MACRO_DIR([m4])
+
AC_CONFIG_SRCDIR([lib/mdct.c])
AC_CANONICAL_TARGET([])