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

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

automake 1.4-p6

File size: 276 bytes
Line 
1#! /bin/sh
2
3# Make sure we get an error if symlink creation fails.
4# Reported by Joerg-Martin Schwarz
5
6. $srcdir/defs || exit 1
7
8rm install-sh
9rm mkinstalldirs
10
11: > Makefile.am
12
13cat >> configure.in << 'END'
14AC_CONFIG_AUX_DIR(aux)
15END
16
17$AUTOMAKE --add-missing && exit 1
18exit 0
Note: See TracBrowser for help on using the repository browser.