TIVI-153: Adding automake14 as dep for iputils package
[profile/ivi/automake14.git] / tests / symlink.test
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
8 rm install-sh
9 rm mkinstalldirs
10
11 : > Makefile.am
12
13 cat >> configure.in << 'END'
14 AC_CONFIG_AUX_DIR(aux)
15 END
16
17 $AUTOMAKE --add-missing && exit 1
18 exit 0