~ubuntu-branches/ubuntu/vivid/gss/vivid-proposed

« back to all changes in this revision

Viewing changes to gl/m4/gnulib-cache.m4

  • Committer: Package Import Robot
  • Author(s): Simon Josefsson
  • Date: 2014-10-09 15:51:38 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20141009155138-50b2mr1qsqcln38w
Tags: 1.0.3-1
* New upstream version.
  - Drop unnecessary Debian patches.
* Update standards version to 3.9.6.
* Improve copyright file.
* Use DEP3 patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2002-2011 Free Software Foundation, Inc.
 
1
# Copyright (C) 2002-2014 Free Software Foundation, Inc.
2
2
#
3
3
# This file is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
27
27
 
28
28
 
29
29
# Specification in the form of a command-line invocation:
30
 
#   gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gl/tests --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=gl --no-vc-files autobuild fdl-1.3 gendocs gnupload gpl-3.0 havelib lib-symbol-versions maintainer-makefile manywarnings pmccabe2html update-copyright valgrind-tests warnings
 
30
#   gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gl/tests --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=gl --no-vc-files autobuild fdl-1.3 gendocs gnupload havelib lib-symbol-versions maintainer-makefile manywarnings pmccabe2html update-copyright valgrind-tests warnings
31
31
 
32
32
# Specification in the form of a few gnulib-tool.m4 macro invocations:
33
33
gl_LOCAL_DIR([gl/override])
36
36
  fdl-1.3
37
37
  gendocs
38
38
  gnupload
39
 
  gpl-3.0
40
39
  havelib
41
40
  lib-symbol-versions
42
41
  maintainer-makefile
57
56
gl_LIBTOOL
58
57
gl_MACRO_PREFIX([gl])
59
58
gl_PO_DOMAIN([])
60
 
gl_WITNESS_C_DOMAIN([])
 
59
gl_WITNESS_C_MACRO([])
61
60
gl_VC_FILES([false])