source: trunk/essentials/sys-devel/automake-1.9/m4/amversion.m4

Last change on this file was 3086, checked in by bird, 18 years ago

automake 1.9.6

File size: 872 bytes
Line 
1## -*- Autoconf -*-
2## Generated from amversion.in; do not edit by hand.
3# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
4#
5# This file is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# AM_AUTOMAKE_VERSION(VERSION)
10# ----------------------------
11# Automake X.Y traces this macro to ensure aclocal.m4 has been
12# generated from the m4 files accompanying Automake X.Y.
13AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
14
15# AM_SET_CURRENT_AUTOMAKE_VERSION
16# -------------------------------
17# Call AM_AUTOMAKE_VERSION so it can be traced.
18# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
19AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
20 [AM_AUTOMAKE_VERSION([1.9.6])])
Note: See TracBrowser for help on using the repository browser.