Hash : 7025355e Author : Date : 1997-03-29T07:17:06
do not allow stamp-h in AC_OUTPUT
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
#! /bin/sh # Error if stamp-h appears in AC_OUTPUT line. . $srcdir/defs || exit 1 cat > configure.in << 'END' PACKAGE=nonesuch VERSION=nonesuch AC_ARG_PROGRAM AM_PROG_INSTALL AC_OUTPUT(Makefile stamp-h) END : > Makefile.am $AUTOMAKE && exit 1 exit 0