pandora-build v0.47 - Swapped location of ! for /bin/sh on solaris.
authorMonty Taylor <mordred@inaugust.com>
Mon, 10 Aug 2009 22:30:29 +0000 (15:30 -0700)
committerMonty Taylor <mordred@inaugust.com>
Mon, 10 Aug 2009 22:30:29 +0000 (15:30 -0700)
config/autorun.sh
m4/pandora_canonical.m4

index c0d388387a20da9d2d5758cb63f500f57b69990f..1dcbec69532142af0bb53ca45a2a51c932a10222 100755 (executable)
@@ -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
index 48957d415d2a76965d6e08a5fa16b8a99ba04813..65c8a6b579049a833813fe530c07efe63f8c49a0 100644 (file)
@@ -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