~ubuntu-branches/ubuntu/utopic/groff/utopic-proposed

« back to all changes in this revision

Viewing changes to src/libs/gnulib/m4/gnulib-cache.m4

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-03-11 08:36:01 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130311083601-wcdnfbfgxhmc19wd
Tags: 1.22.2-1
* New upstream release.
* Note in the groff package description that the chem preprocessor
  requires perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2002-2012 Free Software Foundation, Inc.
 
1
# Copyright (C) 2002-2013 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=src/libs/gnulib/ --local-dir=~/git/gnulib --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --no-libtool --macro-prefix=gl wcwidth
 
30
#   gnulib-tool --import --dir=src/libs/gnulib --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --no-libtool --macro-prefix=gl wcwidth
31
31
 
32
32
# Specification in the form of a few gnulib-tool.m4 macro invocations:
33
 
gl_LOCAL_DIR([../../../~/git/gnulib])
 
33
gl_LOCAL_DIR([])
34
34
gl_MODULES([
35
35
  wcwidth
36
36
])