diff options
author | monsta <[email protected]> | 2016-05-26 11:32:38 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-05-26 11:32:38 +0300 |
commit | c696b0b5c47ce1847a1d1a884ce9f6d6428fdd73 (patch) | |
tree | aa9f26d33117c990bf7af26c0521c861c3f63d22 /configure.ac | |
parent | 193524eeed17d6e50eea92072f5a5377a872dbd0 (diff) | |
download | mate-notification-daemon-c696b0b5c47ce1847a1d1a884ce9f6d6428fdd73.tar.bz2 mate-notification-daemon-c696b0b5c47ce1847a1d1a884ce9f6d6428fdd73.tar.xz |
use 'm4' dir instead of 'macros' - it's more common name for it
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e7a8847..fb94deb 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_PREREQ(2.63) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([config.h.in]) -AC_CONFIG_MACRO_DIR([macros]) +AC_CONFIG_MACRO_DIR([m4]) dnl ################################################################ dnl # Version information |