Ignore:
Timestamp:
2010-01-20T14:51:18+13:00 (14 years ago)
Author:
mdewsnip
Message:

Changed the obsolete AM_CONFIG_HEADER macros to AC_CONFIG_HEADERS.

Location:
main/trunk/gs2-core/runtime-src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gs2-core/runtime-src/aclocal.m4

    r21473 r21542  
    340340     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
    341341])
    342 
    343 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
    344 # Free Software Foundation, Inc.
    345 #
    346 # This file is free software; the Free Software Foundation
    347 # gives unlimited permission to copy and/or distribute it,
    348 # with or without modifications, as long as this notice is preserved.
    349 
    350 # serial 8
    351 
    352 # AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
    353 AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
    354342
    355343# Do all the work for Automake.                             -*- Autoconf -*-
  • main/trunk/gs2-core/runtime-src/configure.ac

    r21534 r21542  
    2828AC_INIT([greenstone2-runtime-src], [2.84], [[email protected]])
    2929AC_CONFIG_AUX_DIR([.])
    30 AM_CONFIG_HEADER([config.h])
     30AC_CONFIG_HEADERS([config.h])
    3131AM_INIT_AUTOMAKE([-Wall -Werror foreign no-define])
    3232
Note: See TracChangeset for help on using the changeset viewer.