[glib] configure: Use AC_CONFIG_MACRO_DIR
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] configure: Use AC_CONFIG_MACRO_DIR
- Date: Fri, 7 Jan 2011 18:08:15 +0000 (UTC)
commit 33c7a9d8ecaa75b41dbdd2a3a31ac8c62394a8b5
Author: Javier Jardón <jjardon gnome org>
Date: Fri Jan 7 18:55:20 2011 +0100
configure: Use AC_CONFIG_MACRO_DIR
To keep the correct macros in-tree.
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b27ddd0..e901270 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,6 +49,7 @@ AC_INIT(glib, [glib_version],
AC_CONFIG_HEADER([config.h])
AC_CONFIG_SRCDIR([glib/glib.h])
+AC_CONFIG_MACRO_DIR([m4macros])
# Save this value here, since automake will set cflags later
cflags_set=${CFLAGS+set}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]