projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b67d9cb
)
configure: Use AC_CONFIG_MACRO_DIR
author
Javier Jardón
<jjardon@gnome.org>
Fri, 7 Jan 2011 17:55:20 +0000
(18:55 +0100)
committer
Javier Jardón
<jjardon@gnome.org>
Fri, 7 Jan 2011 18:07:57 +0000
(19:07 +0100)
To keep the correct macros in-tree.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index b27ddd0edaaf4ae71673f91c3cc0d0ccf6160bd4..e901270706dc870e3cc8432e1178d67e21715f0c 100644
(file)
--- 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}