From b3b580a4c87c086ce8a1250d1ca7f1a1fe1bb0bb Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 10 Aug 2009 15:30:29 -0700 Subject: [PATCH] pandora-build v0.47 - Swapped location of ! for /bin/sh on solaris. --- config/autorun.sh | 2 +- m4/pandora_canonical.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/autorun.sh b/config/autorun.sh index c0d38838..1dcbec69 100755 --- a/config/autorun.sh +++ b/config/autorun.sh @@ -42,7 +42,7 @@ then fi # We need to some file here for the m4_sinclude, even if it's just empty -if ! test -f config/plugin.ac +if test ! -f config/plugin.ac then touch config/plugin.ac fi diff --git a/m4/pandora_canonical.m4 b/m4/pandora_canonical.m4 index 48957d41..65c8a6b5 100644 --- a/m4/pandora_canonical.m4 +++ b/m4/pandora_canonical.m4 @@ -4,7 +4,7 @@ dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Which version of the canonical setup we're using -AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.46]) +AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.47]) AC_DEFUN([PANDORA_FORCE_DEPEND_TRACKING],[ dnl Force dependency tracking on for Sun Studio builds -- 2.30.2