source: trunk/essentials/sys-devel/automake-1.10/tests/aclocal.in

Last change on this file was 3147, checked in by bird, 18 years ago

automake 1.10

File size: 659 bytes
Line 
1#!/bin/sh
2# @configure_input@
3
4# Be Bourne compatible
5if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
6 emulate sh
7 NULLCMD=:
8 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
9 # is contrary to our usage. Disable this feature.
10 alias -g '${1+"$@"}'='"$@"'
11fi
12
13perllibdir="@abs_top_builddir@/lib@PATH_SEPARATOR@@abs_top_srcdir@/lib"
14export perllibdir
15# Most of the files are in $srcdir/../m4. However amversion.m4 is
16# generated in ../m4, so we include that directory in the search path too.
17exec @abs_top_builddir@/aclocal $ACLOCAL_TESTSUITE_FLAGS \
18 -I @abs_top_builddir@/m4 --acdir=@abs_top_srcdir@/m4 ${1+"$@"}
Note: See TracBrowser for help on using the repository browser.