tFix serial numbers to work properly with aclocal. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3ed403e58eacda155a1cbc7e206bf17c8dd2c243
 (DIR) parent 0d041dc63c86f5b7f52e1b135b6ab70cd9953e30
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Mon, 11 Feb 2008 04:13:09 +0000
       
       Fix serial numbers to work properly with aclocal.
       
       
       Diffstat:
         M autogen.sh                          |       5 +----
         M m4/codeset.m4                       |       6 +++++-
         M m4/iconv.m4                         |       6 +++++-
       
       3 files changed, 11 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/autogen.sh b/autogen.sh
       t@@ -119,11 +119,8 @@ if test -z "$*"; then
                echo "to pass any to it, please specify them on the $0 command line."
        fi
        
       -echo "+ creating acinclude.m4"
       -cat m4/*.m4 > acinclude.m4
       -
        echo "+ running aclocal ..."
       -aclocal $ACLOCAL_FLAGS || {
       +aclocal -I m4 $ACLOCAL_FLAGS || {
                echo
                echo "aclocal failed - check that all needed development files are present on system"
                exit 1
 (DIR) diff --git a/m4/codeset.m4 b/m4/codeset.m4
       t@@ -1,4 +1,8 @@
       -#serial AM1
       +# codeset.m4 serial AM1 (gettext-0.10.40)
       +dnl Copyright (C) 2000-2002 Free Software Foundation, Inc.
       +dnl This file is free software; the Free Software Foundation
       +dnl gives unlimited permission to copy and/or distribute it,
       +dnl with or without modifications, as long as this notice is preserved.
        
        dnl From Bruno Haible.
        
 (DIR) diff --git a/m4/iconv.m4 b/m4/iconv.m4
       t@@ -1,4 +1,8 @@
       -#serial AM2
       +# iconv.m4 serial AM4 (gettext-0.11.3)
       +dnl Copyright (C) 2000-2002 Free Software Foundation, Inc.
       +dnl This file is free software; the Free Software Foundation
       +dnl gives unlimited permission to copy and/or distribute it,
       +dnl with or without modifications, as long as this notice is preserved.
        
        dnl From Bruno Haible.