2 # Copyright (C) 2002 Free Software Foundation, Inc.
4 # This file is part of GNU Automake.
6 # GNU Automake is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2, or (at your option)
11 # GNU Automake is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with autoconf; see the file COPYING. If not, write to
18 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 # Boston, MA 02111-1307, USA.
21 # Make sure that Automake suggests using AM_PATH_PYTHON.
28 # pythondir not defined
30 cat > Makefile.am
<<'END'
32 python_PYTHON = foo.py
36 $AUTOMAKE -a 2>stderr
&& exit 1
38 grep AM_PATH_PYTHON stderr
41 # pkgpythondir not defined
43 cat > Makefile.am
<<'END'
45 pkgpython_PYTHON = foo.py
49 $AUTOMAKE -a 2>stderr
&& exit 1
51 grep AM_PATH_PYTHON stderr
55 # pyexecdir not defined
57 cat > Makefile.am
<<'END'
59 pyexec_PYTHON = foo.py
63 $AUTOMAKE -a 2>stderr
&& exit 1
65 grep AM_PATH_PYTHON stderr
69 # pkgpyexecdir not defined
71 cat > Makefile.am
<<'END'
73 pkgpyexec_PYTHON = foo.py
77 $AUTOMAKE -a 2>stderr
&& exit 1
79 grep AM_PATH_PYTHON stderr
85 cat > Makefile.am
<<'END'
86 pkgpyexecdir = /here/we/go
87 pkgpyexec_PYTHON = foo.py
91 $AUTOMAKE -a 2>stderr
&& exit 1
93 grep AM_PATH_PYTHON stderr
99 cat > Makefile.am
<<'END'
101 pkgpyexecdir = /here/we/go
102 pkgpyexec_PYTHON = foo.py
113 cat > Makefile.am
<<'END'
115 fubardir = /here/we/go
116 fubar_PYTHON = foo.py