aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2007-08-10 10:46:16 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2007-08-10 10:46:16 +0000
commitb36adba447433f1dbcd2c78bc97ec922263f23e5 (patch)
tree52a76a83e8e53dac985b7e4579bc4f01469625be
parent5053b38f9492e2bf87750cb5a05ce8b5ab176971 (diff)
+ configure.in shell syntax fixes
svn path=/trunk/externals/moocow/; revision=8505
-rw-r--r--deque/configure.in6
-rw-r--r--flite/configure.in6
-rw-r--r--gfsm/configure.in6
-rw-r--r--readdir/configure.in6
-rw-r--r--weightmap/configure.in6
5 files changed, 15 insertions, 15 deletions
diff --git a/deque/configure.in b/deque/configure.in
index df53e9d..f20749a 100644
--- a/deque/configure.in
+++ b/deque/configure.in
@@ -133,7 +133,7 @@ dnl
AC_MSG_CHECKING([whether we are building a debug version])
AC_ARG_ENABLE([debug],
AC_HELP_STRING([--enable-debug],[build debug version (default=no)]))
-if test "$enable_debug" == "yes" ; then
+if test "$enable_debug" = "yes" ; then
AC_MSG_RESULT(yes)
DEBUG="yes"
AC_DEFINE(DEQUE_DEBUG,1,
@@ -155,7 +155,7 @@ LD=ld
if test `uname -s` = Linux;
then
LFLAGS="-export_dynamic -shared"
- if test "$DEBUG" == "no"; then
+ if test "$DEBUG" = "no"; then
#OFLAGS="-O6 -funroll-loops -fomit-frame-pointer -finline-limit-10000000"
OFLAGS="-O3 -funroll-loops -fomit-frame-pointer -pipe"
else
@@ -196,7 +196,7 @@ then
PDEXT=pd_darwin
DFLAGS="$DFLAGS -DMACOSX"
- if test "$DEBUG" == "no"; then
+ if test "$DEBUG" = "no"; then
OFLAGS="-O2"
else
OFLAGS="-g"
diff --git a/flite/configure.in b/flite/configure.in
index dce1cee..288d54d 100644
--- a/flite/configure.in
+++ b/flite/configure.in
@@ -162,7 +162,7 @@ AC_MSG_CHECKING([whether we are building a debug version])
AC_ARG_ENABLE([debug],
AC_HELP_STRING([--enable-debug],[build debug version (default=no)]))
-if test "$enable_debug" == "yes" ; then
+if test "$enable_debug" = "yes" ; then
AC_MSG_RESULT(yes)
DEBUG="yes"
DFLAGS="$DFLAGS -DPDFLITE_DEBUG"
@@ -185,7 +185,7 @@ LD=ld
if test `uname -s` = Linux;
then
LFLAGS="$LFLAGS -export_dynamic -shared"
- if test "$DEBUG" == "no"; then
+ if test "$DEBUG" = "no"; then
#OFLAGS="-O6 -funroll-loops -fomit-frame-pointer"
OFLAGS="-O3 -funroll-loops -fomit-frame-pointer -pipe"
else
@@ -228,7 +228,7 @@ then
EXT=pd_darwin
DFLAGS="$DFLAGS -DMACOSX"
- if test "$DEBUG" == "no"; then
+ if test "$DEBUG" = "no"; then
OFLAGS="-O2"
else
OFLAGS="-g"
diff --git a/gfsm/configure.in b/gfsm/configure.in
index c627732..4fb922a 100644
--- a/gfsm/configure.in
+++ b/gfsm/configure.in
@@ -98,7 +98,7 @@ AC_MSG_CHECKING([whether we are building a debug version])
AC_ARG_ENABLE([debug],
AC_HELP_STRING([--enable-debug],[build debug version (default=no)]))
-if test "$enable_debug" == "yes" ; then
+if test "$enable_debug" = "yes" ; then
AC_MSG_RESULT(yes)
DEBUG="yes"
DFLAGS="$DFLAGS -DDEBUG"
@@ -185,7 +185,7 @@ LD=ld
if test `uname -s` = Linux;
then
LFLAGS="-export_dynamic -shared"
- if test "$DEBUG" == "no"; then
+ if test "$DEBUG" = "no"; then
#OFLAGS="-O6 -funroll-loops -fomit-frame-pointer -finline-limit-10000000"
#OFLAGS="-O6 -funroll-loops -fomit-frame-pointer"
OFLAGS="-O3 -pipe"
@@ -229,7 +229,7 @@ then
PDEXT=pd_darwin
DFLAGS="$DFLAGS -DMACOSX"
- if test "$DEBUG" == "no"; then
+ if test "$DEBUG" = "no"; then
OFLAGS="-O2"
else
OFLAGS="-g"
diff --git a/readdir/configure.in b/readdir/configure.in
index 643df23..31e0446 100644
--- a/readdir/configure.in
+++ b/readdir/configure.in
@@ -132,7 +132,7 @@ dnl
AC_MSG_CHECKING([whether we are building a debug version])
AC_ARG_ENABLE([debug],
AC_HELP_STRING([--enable-debug],[build debug version (default=no)]))
-if test "$enable_debug" == "yes" ; then
+if test "$enable_debug" = "yes" ; then
AC_MSG_RESULT(yes)
DEBUG="yes"
AC_DEFINE(READDIR_DEBUG,1,
@@ -152,7 +152,7 @@ LD=ld
if test `uname -s` = Linux;
then
LFLAGS="-export_dynamic -shared"
- if test "$DEBUG" == "no"; then
+ if test "$DEBUG" = "no"; then
#OFLAGS="-O6 -funroll-loops -fomit-frame-pointer -finline-limit-10000000"
OFLAGS="-O3 -funroll-loops -fomit-frame-pointer -pipe"
else
@@ -193,7 +193,7 @@ then
PDEXT=pd_darwin
DFLAGS="$DFLAGS -DMACOSX"
- if test "$DEBUG" == "no"; then
+ if test "$DEBUG" = "no"; then
OFLAGS="-O2"
else
OFLAGS="-g"
diff --git a/weightmap/configure.in b/weightmap/configure.in
index bb9c086..dbbe010 100644
--- a/weightmap/configure.in
+++ b/weightmap/configure.in
@@ -131,7 +131,7 @@ dnl
AC_MSG_CHECKING([whether we are building a debug version])
AC_ARG_ENABLE([debug],
AC_HELP_STRING([--enable-debug],[build debug version (default=no)]))
-if test "$enable_debug" == "yes" ; then
+if test "$enable_debug" = "yes" ; then
AC_MSG_RESULT(yes)
DEBUG="yes"
AC_DEFINE(WEIGHTMAP_DEBUG,1,
@@ -151,7 +151,7 @@ LD=ld
if test `uname -s` = Linux;
then
LFLAGS="-export_dynamic -shared"
- if test "$DEBUG" == "no"; then
+ if test "$DEBUG" = "no"; then
#OFLAGS="-O6 -funroll-loops -fomit-frame-pointer -finline-limit-10000000"
OFLAGS="-O3 -funroll-loops -fomit-frame-pointer -pipe"
else
@@ -192,7 +192,7 @@ then
PDEXT=pd_darwin
DFLAGS="$DFLAGS -DMACOSX"
- if test "$DEBUG" == "no"; then
+ if test "$DEBUG" = "no"; then
OFLAGS="-O2"
else
OFLAGS="-g"