diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-10-10 09:41:59 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-10-10 14:42:18 -0500 |
commit | 0e58f8105f2a1772af1f36c8287dca3475731730 (patch) | |
tree | c6a56eb2acb35a9f7078a56b1b08ba809ddd7c4e | |
parent | f0e137ab2e0ecca3dc19b361992e1ce8313cc6cd (diff) | |
download | mediagoblin-0e58f8105f2a1772af1f36c8287dca3475731730.tar.lz mediagoblin-0e58f8105f2a1772af1f36c8287dca3475731730.tar.xz mediagoblin-0e58f8105f2a1772af1f36c8287dca3475731730.zip |
So, we're not really using AC_CONFIG_MACRO_DIR for now.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |