From 9616cc607de4e9371b79795e97b7d5ede3096d5f Mon Sep 17 00:00:00 2001 From: grimfang4 Date: Sat, 5 Mar 2011 13:35:57 +0000 Subject: [PATCH] Added call to autoheader to create config.in. --- sfxr/autogen.sh | 1 + sfxr/configure.ac | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sfxr/autogen.sh b/sfxr/autogen.sh index d8d1673..6d08b67 100755 --- a/sfxr/autogen.sh +++ b/sfxr/autogen.sh @@ -1,5 +1,6 @@ #! /bin/sh aclocal \ +&& autoheader \ && automake --add-missing \ && autoconf \ No newline at end of file diff --git a/sfxr/configure.ac b/sfxr/configure.ac index 3c29ecb..387a7e6 100644 --- a/sfxr/configure.ac +++ b/sfxr/configure.ac @@ -4,9 +4,11 @@ AC_PREREQ([2.64]) AC_INIT([sfxr], [1.2.0], [grimfang4@gmail.com],[sfxr-1.2.0.tar],[http://code.google.com/p/sfxr]) AM_INIT_AUTOMAKE(sfxr, 1.2.0) +AM_CONFIG_HEADER(config.h:config.in) AC_CONFIG_SRCDIR([sdlkit.h]) -AC_CONFIG_HEADERS([config.h]) +# AC_CONFIG_HEADERS([config.h]) + # Checks for programs. AC_PROG_CXX