Kaydet (Commit) 27ba6af8 authored tarafından Caolán McNamara's avatar Caolán McNamara

m4 is a real pain with [], fixes missing themes/icons

üst ec303dfe
...@@ -7792,7 +7792,7 @@ for theme in $with_theme; do ...@@ -7792,7 +7792,7 @@ for theme in $with_theme; do
[AC_MSG_ERROR([Unknown value for --with-themes: $theme])] [AC_MSG_ERROR([Unknown value for --with-themes: $theme])]
) )
WITH_THEMES="$WITH_THEMES $theme" WITH_THEMES="$WITH_THEMES $theme"
SCPDEFS="$SCPDEFS -DTHEME_`echo $theme|tr '[:lower:]' '[:upper:]'`" SCPDEFS="$SCPDEFS -DTHEME_`echo $theme|tr '[[:lower:]]' '[[:upper:]]'`"
done done
AC_MSG_RESULT([$WITH_THEMES]) AC_MSG_RESULT([$WITH_THEMES])
AC_SUBST([WITH_THEMES]) AC_SUBST([WITH_THEMES])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment