(install-info): Don't cd to srcdir to avoid breaking install-sh
[automake.git] / header-vars.am
blobbd7ad32659b19d08ae163e97d4b826eca21f6b37
1 # Copyright (C) 1994, 1995 Free Software Foundation, Inc.
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2, or (at your option)
6 # any later version.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 # GNU General Public License for more details.
13 # You should have received a copy of the GNU General Public License
14 # along with this program; if not, write to the Free Software
15 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 SHELL = /bin/sh
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 prefix = @prefix@
23 exec_prefix = @exec_prefix@
25 bindir = $(exec_prefix)/bin
26 sbindir = $(exec_prefix)/sbin
27 libexecdir = $(exec_prefix)/libexec
28 datadir = $(prefix)/share
29 sysconfdir = $(prefix)/etc
30 sharedstatedir = $(prefix)/com
31 localstatedir = $(prefix)/var
32 libdir = $(exec_prefix)/lib
33 infodir = $(prefix)/info
34 mandir = $(prefix)/man
35 includedir = $(prefix)/include
36 oldincludedir = /usr/include
38 INSTALL = @INSTALL@
39 INSTALL_PROGRAM = @INSTALL_PROGRAM@
40 INSTALL_DATA = @INSTALL_DATA@
41 transform = @program_transform_name@
43 ALL = ${PROGRAMS} ${LIBPROGRAMS} ${SCRIPTS} ${LIBSCRIPTS} ${LIBFILES}