Home | History | Annotate | Line # | Download | only in dist
      1  1.1  christos # ltversion.m4 -- version numbers			-*- Autoconf -*-
      2  1.1  christos #
      3  1.1  christos #   Copyright (C) 2004 Free Software Foundation, Inc.
      4  1.1  christos #   Written by Scott James Remnant, 2004
      5  1.1  christos #
      6  1.1  christos # This file is free software; the Free Software Foundation gives
      7  1.1  christos # unlimited permission to copy and/or distribute it, with or without
      8  1.1  christos # modifications, as long as this notice is preserved.
      9  1.1  christos 
     10  1.1  christos # Generated from ltversion.in.
     11  1.1  christos 
     12  1.1  christos # serial 3134 ltversion.m4
     13  1.1  christos # This file is part of GNU Libtool
     14  1.1  christos 
     15  1.1  christos m4_define([LT_PACKAGE_VERSION], [2.2.7a])
     16  1.1  christos m4_define([LT_PACKAGE_REVISION], [1.3134])
     17  1.1  christos 
     18  1.1  christos AC_DEFUN([LTVERSION_VERSION],
     19  1.1  christos [macro_version='2.2.7a'
     20  1.1  christos macro_revision='1.3134'
     21  1.1  christos _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
     22  1.1  christos _LT_DECL(, macro_revision, 0)
     23  1.1  christos ])
     24