Added call to autoheader to create config.in.

This commit is contained in:
grimfang4
2011-03-05 13:35:57 +00:00
parent 6f71bbf292
commit 9616cc607d
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
#! /bin/sh
aclocal \
&& autoheader \
&& automake --add-missing \
&& autoconf

View File

@@ -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