diff options
author | neoraider <devnull@localhost> | 2007-06-24 04:03:01 +0200 |
---|---|---|
committer | neoraider <devnull@localhost> | 2007-06-24 04:03:01 +0200 |
commit | 6a92bd8d25b6eb0a1dd4f3d5ddfc07438985310d (patch) | |
tree | d4f9ad931f10a4e6e81afb77244330d7727d89fd | |
parent | e3085adf83eaedabfee5ce6af2f6e34443e1eaca (diff) | |
download | zoom-6a92bd8d25b6eb0a1dd4f3d5ddfc07438985310d.tar zoom-6a92bd8d25b6eb0a1dd4f3d5ddfc07438985310d.zip |
Updated some autoconf data.
-rw-r--r-- | aclocal.m4 | 12 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -523,6 +523,18 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 8 + +# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. +AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) + # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, diff --git a/configure.in b/configure.in index 0a69da8..d0a8f0c 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_PREREQ(2.59) AC_INIT(zoom, 0.1, matthias@gamezock.de) AC_CONFIG_SRCDIR([zoom-bin.c]) -AC_CONFIG_HEADER([config.h]) +AM_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE AM_MAINTAINER_MODE |