source: trunk/essentials/sys-devel/automake-1.4/tests/acoutnoq.test@ 3253

Last change on this file since 3253 was 3124, checked in by bird, 19 years ago

automake 1.4-p6

File size: 389 bytes
Line 
1#!/bin/sh
2
3# Test for bug reported by Jerome Santini.
4# If I put this line in my configure.in:
5# AC_OUTPUT(Makefile src/Makefile tests/Makefile, echo timestamp > stamp-h)dnl
6# automake is not happy:
7# [ ... ]
8
9. $srcdir/defs || exit 1
10
11cat > configure.in << 'END'
12PACKAGE=nonesuch
13VERSION=nonesuch
14AC_ARG_PROGRAM
15AC_PROG_INSTALL
16AC_OUTPUT(Makefile, [true])
17END
18
19: > Makefile.am
20
21$AUTOMAKE
Note: See TracBrowser for help on using the repository browser.