~ubuntu-branches/ubuntu/trusty/autoconf/trusty

« back to all changes in this revision

Viewing changes to m4/make-case.m4

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-07-29 11:17:05 UTC
  • mfrom: (4.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090729111705-3td457z1tmjztz4w
Tags: 2.64-1ubuntu1
* Merge from debian unstable, remaining changes: LP: #406182
  - 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
 
# make-case.m4 serial 0
2
 
dnl Copyright (C) 2008 Free Software Foundation, Inc.
3
 
dnl This file is free software; the Free Software Foundation
4
 
dnl gives unlimited permission to copy and/or distribute it,
5
 
dnl with or without modifications, as long as this notice is preserved.
 
1
# make-case.m4 serial 1
 
2
 
 
3
# Copyright (C) 2008, 2009 Free Software Foundation, Inc.
 
4
 
 
5
# Copying and distribution of this file, with or without modification,
 
6
# are permitted in any medium without royalty provided the notice and
 
7
# this notice are preserved.  This file is offered as-is, without
 
8
# warranty of any kind.
6
9
 
7
10
# AC_PROG_MAKE_CASE_SENSITIVE
8
11
# ---------------------------