Tag
Hash :
9ae48df8
Author :
Date :
1999-11-21T21:35:41
Merged from user-dep-gen-branch.
#! /bin/sh
# Test exe-specific flags with dependency tracking.
. $srcdir/defs || exit 1
cat >> configure.in << 'END'
AC_PROG_CC
END
cat > Makefile.am << 'END'
bin_PROGRAMS = foo
foo_SOURCES = foo.c
foo_CFLAGS = -DBAR
END
: > compile
$AUTOMAKE || exit 1
grep -e '-o foo-foo' Makefile.in