source: trunk/essentials/sys-devel/automake-1.4/tests/canon.test@ 3368

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

automake 1.4-p6

File size: 243 bytes
Line 
1#! /bin/sh
2
3# Test to make sure that name canonicalization error works.
4
5. $srcdir/defs || exit 1
6
7echo AC_PROG_CC >> configure.in
8
9cat > Makefile.am << 'END'
10bin_PROGRAMS = sniff-glue
11sniff-glue_SOURCES = sg.c
12END
13
14$AUTOMAKE && exit 1
15exit 0
Note: See TracBrowser for help on using the repository browser.