Ignore:
Timestamp:
09/17/16 18:59:54 (8 years ago)
Author:
tbretz
Message:
Upadted the build system from a current Ubuntu 16.04 -- let's see if it works on older systems as well.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/.macro_dir/ltversion.m4

    r14328 r18603  
    11# ltversion.m4 -- version numbers                       -*- Autoconf -*-
    22#
    3 #   Copyright (C) 2004 Free Software Foundation, Inc.
     3#   Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
    44#   Written by Scott James Remnant, 2004
    55#
     
    1010# @configure_input@
    1111
    12 # serial 3337 ltversion.m4
     12# serial 4179 ltversion.m4
    1313# This file is part of GNU Libtool
    1414
    15 m4_define([LT_PACKAGE_VERSION], [2.4.2])
    16 m4_define([LT_PACKAGE_REVISION], [1.3337])
     15m4_define([LT_PACKAGE_VERSION], [2.4.6])
     16m4_define([LT_PACKAGE_REVISION], [2.4.6])
    1717
    1818AC_DEFUN([LTVERSION_VERSION],
    19 [macro_version='2.4.2'
    20 macro_revision='1.3337'
     19[macro_version='2.4.6'
     20macro_revision='2.4.6'
    2121_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
    2222_LT_DECL(, macro_revision, 0)
Note: See TracChangeset for help on using the changeset viewer.