summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-06-24 04:03:01 +0200
committerneoraider <devnull@localhost>2007-06-24 04:03:01 +0200
commit2664e16406ac9d77f8f56984914f70128fcdaf52 (patch)
tree913eb08c0460de4e02c5d80a48b1a6046ad718ca /configure.in
parent8b4aaf4ef5f2f1ba114b0f2a1a94db273ad45e4f (diff)
downloadlibneofx-2664e16406ac9d77f8f56984914f70128fcdaf52.tar
libneofx-2664e16406ac9d77f8f56984914f70128fcdaf52.zip
Updated some autoconf data.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 358575c..5d422b7 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@
AC_PREREQ(2.59)
AC_INIT(libneofx, 0.1, matthias@gamezock.de)
AC_CONFIG_SRCDIR([math.c])
-AC_CONFIG_HEADER([config.h])
+AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE(libneofx, 0.1)
AM_MAINTAINER_MODE