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