From: Christopher Allan Webber Date: Fri, 10 Oct 2014 14:41:59 +0000 (-0500) Subject: So, we're not really using AC_CONFIG_MACRO_DIR for now. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0e58f8105f2a1772af1f36c8287dca3475731730;p=mediagoblin.git So, we're not really using AC_CONFIG_MACRO_DIR for now. --- diff --git a/configure.ac b/configure.ac index 0d5eef6b..6224f1ce 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ dnl Load macros from the m4/ directory. If you plan to write new dnl macros, put them in files in this directory. dnl---- dnl -AC_CONFIG_MACRO_DIR([m4]) +dnl AC_CONFIG_MACRO_DIR([m4]) dnl # The default prefix should be changed from /usr/local. Set it, as in