* lib/autom4te.in: Quote @datadir@.

This commit is contained in:
Ralf Wildenhues 2007-12-08 11:48:10 +01:00
parent 449317f7ee
commit 7b092b1af3
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,7 @@
2007-12-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* lib/autom4te.in: Quote @datadir@.
Proper file name escaping in Autoconf programs and Perl modules.
This includes escaping of characters special to the shell
as well as special to Perl, e.g., leading `<' or `>'.

View File

@ -1,6 +1,6 @@
# Definition of Autom4te option sets. -*- Makefile -*-
#
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
# Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
@ -93,7 +93,7 @@ end-language: "Autoreconf-preselections"
# This intermediate language is used by aclocal to build aclocal.m4.
begin-language: "Autoconf-without-aclocal-m4"
args: --prepend-include @datadir@
args: --prepend-include '@datadir@'
args: --cache=autom4te.cache
args: autoconf/autoconf.m4f
args: acsite.m4?
@ -120,7 +120,7 @@ end-language: "Autoconf"
## -------- ##
begin-language: "Autotest"
args: --prepend-include @datadir@
args: --prepend-include '@datadir@'
args: autotest/autotest.m4f
args: package.m4?
args: local.at?
@ -134,7 +134,7 @@ end-language: "Autotest"
## ---- ##
begin-language: "M4sh"
args: --prepend-include @datadir@
args: --prepend-include '@datadir@'
args: m4sugar/m4sh.m4f
args: --mode 777
args: --language M4sugar
@ -146,7 +146,7 @@ end-language: "M4sh"
## ------- ##
begin-language: "M4sugar"
args: --prepend-include @datadir@
args: --prepend-include '@datadir@'
args: m4sugar/m4sugar.m4f
args: --warnings syntax
end-language: "M4sugar"