[clutter] build: Remove bash-isms



commit 0eee5788df79c383a4bd1a6071129a490f47b905
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Tue Mar 22 17:18:07 2011 +0000

    build: Remove bash-isms

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f7b4696..fd3eafc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1125,12 +1125,12 @@ AS_CASE([$enable_maintainer_flags],
 )
 
 # strip leading spaces
-MAINTAINER_CFLAGS=${MAINTAINER_CFLAGS/#  }
+MAINTAINER_CFLAGS=${MAINTAINER_CFLAGS#*  }
 AC_SUBST(MAINTAINER_CFLAGS)
 
 dnl === Dependencies, compiler flags and linker libraries =====================
 # strip leading space
-BACKEND_PC_FILES=${BACKEND_PC_FILES/# }
+BACKEND_PC_FILES=${BACKEND_PC_FILES/#* }
 
 CLUTTER_REQUIRES="$CLUTTER_BASE_PC_FILES $IMAGE_PC_FILES $BACKEND_PC_FILES"
 PKG_CHECK_MODULES(CLUTTER_DEPS, [$CLUTTER_REQUIRES])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]