~ubuntu-branches/ubuntu/saucy/autoconf/saucy

« back to all changes in this revision

Viewing changes to lib/Autom4te/C4che.pm

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-02-10 11:19:19 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090210111919-em4fvdv91rsn40sb
Tags: 2.63-2ubuntu1
* Merge from Debian experimental, remaining changes:
  * bin/autoreconf.in: Check whether libtoolize supports --install, if it
    does, libtoolize is safe to run at all times since it will not install
    new files unless --install is passed to it as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# autoconf -- create `configure' using m4 macros
2
2
# Copyright (C) 2003, 2006  Free Software Foundation, Inc.
3
3
 
4
 
# This program is free software; you can redistribute it and/or modify
 
4
# This program is free software: you can redistribute it and/or modify
5
5
# it under the terms of the GNU General Public License as published by
6
6
# the Free Software Foundation; either version 2, or (at your option)
7
7
# any later version.
37
37
use Carp;
38
38
use strict;
39
39
 
40
 
my $VERSION = 'Wed Jul 23 11:07:19 BST 2008';
 
40
my $VERSION = 'Sat Nov 22 08:28:44 PST 2008';
41
41
 
42
42
=over 4
43
43