diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-08-30 22:06:36 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-09-01 13:41:47 -0400 |
commit | daaa028c111276c3ba4d60b454f0fe39bf10666e (patch) | |
tree | 36693946fc2cbeef59ff8ef493754c46b13976f0 /configure.ac | |
parent | f28531a33d1f28bc86626b3013ef7857b564647f (diff) |
Add missing AC_CONFIG_HEADERS
This is a requirement for all modules.
www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Headers
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
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 db38535..c5e2f0b 100644 --- a/configure.ac +++ b/configure.ac @@ -4,6 +4,7 @@ AC_PREREQ([2.60]) AC_INIT([libXaw3d], [1.5.99.900], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXaw3d]) AC_CONFIG_SRCDIR([Makefile.am]) +AC_CONFIG_HEADERS([config.h]) # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) |