Edit

kc3-lang/automake/m4/amversion.m4

Branch :

  • Show log

    Commit

  • Author : Alexandre Duret-Lutz
    Date : 2003-12-10 19:09:15
    Hash : b0d2aa09
    Message : * configure.ac, NEWS: Bump version to 1.8a.

  • m4/amversion.m4
  • #                                                        -*- Autoconf -*-
    # Copyright (C) 2002, 2003  Free Software Foundation, Inc.
    # Generated from amversion.in; do not edit by hand.
    
    # This program is free software; you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation; either version 2, or (at your option)
    # any later version.
    
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU General Public License for more details.
    
    # You should have received a copy of the GNU General Public License
    # along with this program; if not, write to the Free Software
    # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    
    # AM_AUTOMAKE_VERSION(VERSION)
    # ----------------------------
    # Automake X.Y traces this macro to ensure aclocal.m4 has been
    # generated from the m4 files accompanying Automake X.Y.
    AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8a"])
    
    # AM_SET_CURRENT_AUTOMAKE_VERSION
    # -------------------------------
    # Call AM_AUTOMAKE_VERSION so it can be traced.
    # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
    AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
    	 [AM_AUTOMAKE_VERSION([1.8a])])