summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29..662e14e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,4 @@
+2005-05-12 Daniel Stone <daniel@freedesktop.org>
+
+ * configure.ac:
+ Add Xtransdef.h.in as an AM_CONFIG_HEADER, so it gets generated.
diff --git a/configure.ac b/configure.ac
index 0896e0e..bd4d41d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,8 @@ AC_INIT(xtrans, 0.2, [keithp@keithp.com], xtrans)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
+AM_CONFIG_HEADER(Xtransdef.h)
+
# Because xtrans is included into other modules rather than being linked
# with, these defines have to be added to the cflags line
@@ -46,8 +48,6 @@ sticky_bit_define="-DHAS_STICKY_DIR_BIT"
AC_SUBST(sticky_bit_define)
-
-
AC_OUTPUT([Makefile
xtrans.pc])