annotate m4/ltversion.m4 @ 47:ba203b170476
Use uw_streq(); update to newer Autoconf
author |
Adam Chlipala <adam@chlipala.net> |
date |
Tue, 19 Jul 2011 09:27:10 -0400 |
parents |
3c209338e596 |
children |
|
rev |
line source |
adam@0
|
1 # ltversion.m4 -- version numbers -*- Autoconf -*-
|
adam@0
|
2 #
|
adam@0
|
3 # Copyright (C) 2004 Free Software Foundation, Inc.
|
adam@0
|
4 # Written by Scott James Remnant, 2004
|
adam@0
|
5 #
|
adam@0
|
6 # This file is free software; the Free Software Foundation gives
|
adam@0
|
7 # unlimited permission to copy and/or distribute it, with or without
|
adam@0
|
8 # modifications, as long as this notice is preserved.
|
adam@0
|
9
|
adam@47
|
10 # @configure_input@
|
adam@0
|
11
|
adam@47
|
12 # serial 3293 ltversion.m4
|
adam@0
|
13 # This file is part of GNU Libtool
|
adam@0
|
14
|
adam@47
|
15 m4_define([LT_PACKAGE_VERSION], [2.4])
|
adam@47
|
16 m4_define([LT_PACKAGE_REVISION], [1.3293])
|
adam@0
|
17
|
adam@0
|
18 AC_DEFUN([LTVERSION_VERSION],
|
adam@47
|
19 [macro_version='2.4'
|
adam@47
|
20 macro_revision='1.3293'
|
adam@0
|
21 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
|
adam@0
|
22 _LT_DECL(, macro_revision, 0)
|
adam@0
|
23 ])
|