* Make really sure that we use bash. The line

NEED_PROG(shell, bash)

  actually uses the content of $shell if set, which often points at
  /bin/sh.
This commit is contained in:
Eelco Dolstra 2008-04-10 09:54:23 +00:00
parent 72034ab35d
commit 658816ddc9
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ fi
])
NEED_PROG(curl, curl)
NEED_PROG(shell, bash)
NEED_PROG(bash, bash)
NEED_PROG(patch, patch)
AC_PATH_PROG(xmllint, xmllint, false)
AC_PATH_PROG(xsltproc, xsltproc, false)

View File

@ -9,7 +9,7 @@
-e "s^@libexecdir\@^$(libexecdir)^g" \
-e "s^@storedir\@^$(storedir)^g" \
-e "s^@system\@^$(system)^g" \
-e "s^@shell\@^$(shell)^g" \
-e "s^@shell\@^$(bash)^g" \
-e "s^@curl\@^$(curl)^g" \
-e "s^@bzip2\@^$(bzip2_bin)/bzip2^g" \
-e "s^@bunzip2\@^$(bzip2_bin)/bunzip2^g" \