source: vendor/automake/1.4-p6/tests/fpinst2.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

File size: 334 bytes
Line 
1#! /bin/sh
2
3# Test to make sure "reversed" order of AC_PROG_INSTALL and
4# AC_PROG_INSTALL is not buggy.
5
6. $srcdir/defs || exit 1
7
8cat > configure.in << 'END'
9PACKAGE=nonesuch
10VERSION=nonesuch
11AC_ARG_PROGRAM
12AC_PROG_INSTALL
13AC_PROG_INSTALL
14AC_OUTPUT(Makefile)
15END
16
17cat > Makefile.am <<'END'
18bin_SCRIPTS = zot
19END
20
21$AUTOMAKE || exit 1
Note: See TracBrowser for help on using the repository browser.