summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2009-12-09 16:46:25 -0200
committerJohan Dahlin <johan@gnome.org>2009-12-16 17:22:01 -0200
commit945689548d1055a850c1ad2b10de71edfafcc2a3 (patch)
tree3ba31ce1f5b3541106dc1123d8d33a758a5ffcba /configure.in
parentc171d586405435ada89b2dbdd91ba10272939d8b (diff)
downloadgdk-pixbuf-945689548d1055a850c1ad2b10de71edfafcc2a3.tar.gz
Add an m4 directory and a introspection.m4
So we don't need the introspection.m4 file to create a dist of gtk+
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 945873e1e..426750e33 100644
--- a/configure.in
+++ b/configure.in
@@ -43,6 +43,8 @@ AC_INIT([gtk+], [gtk_version],
AC_CONFIG_SRCDIR([gdk/gdktypes.h])
+AC_CONFIG_MACRO_DIR([m4])
+
# Save this value here, since automake will set cflags later
cflags_set=${CFLAGS+set}