File: automake.in

package info (click to toggle)
automake1.9 1.9.5-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,780 kB
  • ctags: 312
  • sloc: sh: 16,932; perl: 8,564; makefile: 972; ansic: 487
file content (15 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
# @configure_input@

# Be Bourne compatible
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  emulate sh
  NULLCMD=:
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  # is contrary to our usage.  Disable this feature.
  alias -g '${1+"$@"}'='"$@"'
fi

perllibdir="@abs_top_builddir@/lib@PATH_SEPARATOR@@abs_top_srcdir@/lib"
export perllibdir
exec @abs_top_builddir@/automake --libdir=@abs_top_srcdir@/lib ${1+"$@"}