Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 222225 | Differences between
and this patch

Collapse All | Expand All

(-)a/tests/subst.test (-3 / +9 lines)
Lines 1-5 Link Here
1
#! /bin/sh
1
#! /bin/sh
2
# Copyright (C) 1996, 2001, 2002  Free Software Foundation, Inc.
2
# Copyright (C) 1996, 2001, 2002, 2007  Free Software Foundation, Inc.
3
#
3
#
4
# This file is part of GNU Automake.
4
# This file is part of GNU Automake.
5
#
5
#
Lines 24-31 Link Here
24
. ./defs || exit 1
24
. ./defs || exit 1
25
25
26
cat >> configure.in << 'END'
26
cat >> configure.in << 'END'
27
AC_SUBST($1)
27
dnl This test used to have the following lines, which cannot have
28
AC_SUBST([$]$1)  dnl this is the actual invocation that was used
28
dnl worked sensibly with Autoconf for years, however:
29
dnl AC_SUBST($1)
30
dnl AC_SUBST([$]$1)  dnl this is the actual invocation that was used
31
dnl
32
AC_DEFUN([FOO],
33
[AC_SUBST([$1])])
34
FOO([BAR])
29
END
35
END
30
36
31
: > Makefile.am
37
: > Makefile.am

Return to bug 222225