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
commit36d7e086f613d111f4ad3b2ca05b2958c7a75875 (patch)
tree2072e938c1781895c67f49763eafcfbba29c3959 /configure.in
parentcfa4f3beefabc5cd4e678008b5b3a2bf3fe95a52 (diff)
downloadlibzoom-36d7e086f613d111f4ad3b2ca05b2958c7a75875.tar
libzoom-36d7e086f613d111f4ad3b2ca05b2958c7a75875.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 c53ffb0..f24e17d 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@
AC_PREREQ(2.59)
AC_INIT(libzoom, 0.1, matthias@gamezock.de)
AC_CONFIG_SRCDIR([player.c])
-AC_CONFIG_HEADER([config.h])
+AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE(libzoom, 0.1)
AM_MAINTAINER_MODE