annotate m4/ltversion.m4 @ 46:72e942423f26

Based on a security suggestion by Robin Green, start a new session after authentication at an OP and after submission of a signup form
author Adam Chlipala <adam@chlipala.net>
date Sun, 03 Jul 2011 17:52:29 -0400
parents 3c209338e596
children ba203b170476
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@0 10 # Generated from ltversion.in.
adam@0 11
adam@0 12 # serial 3017 ltversion.m4
adam@0 13 # This file is part of GNU Libtool
adam@0 14
adam@0 15 m4_define([LT_PACKAGE_VERSION], [2.2.6b])
adam@0 16 m4_define([LT_PACKAGE_REVISION], [1.3017])
adam@0 17
adam@0 18 AC_DEFUN([LTVERSION_VERSION],
adam@0 19 [macro_version='2.2.6b'
adam@0 20 macro_revision='1.3017'
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 ])