diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-02-26 14:11:43 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-02-26 14:11:43 +0100 |
commit | 03733b04c3919920520c8b2ab1e18a44b2691cb5 (patch) | |
tree | 0e92f1bc8e41fd52e41df974c972559bf2c0e735 /configure.ac | |
parent | 46f194cbdecda5a8a0cb4d647b9c74b477a89133 (diff) |
add m4/ subdir
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f23c377df0..66dc866521 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,7 @@ AC_GNU_SOURCE AC_DISABLE_STATIC AC_SYS_LARGEFILE AC_PROG_LIBTOOL +AC_CONFIG_MACRO_DIR([m4]) dnl /* prefix is /usr, exec_prefix is /, if overridden exec_prefix follows prefix */ AC_PREFIX_DEFAULT([/usr]) |