Changeset 1559


Ignore:
Timestamp:
Jul 2, 2012, 8:54:43 AM (11 years ago)
Author:
sam
Message:

build: fix broken LolFx compilation; square brackets need to be escaped
in a configure.ac script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r1540 r1559  
    366366
    367367dnl  LolFx compilation rule
    368 LOLFX_BUILD='(echo "char const *"; echo "lolfx_$(notdir $(basename $(filter %.lolfx, $^))) ="; $(SED) '"'"'s/"/\\"/g'"'"' $(filter %.lolfx, $^) | $(SED) '"'"'s/\([^\r]*\).*/"\1\\n"/'"'"'; echo ";") | $(CXXCOMPILE) -xc++ -c - -o $@'
     368LOLFX_BUILD='(echo "char const *"; echo "lolfx_$(notdir $(basename $(filter %.lolfx, $^))) ="; $(SED) '"'"'s/"/\\"/g'"'"' $(filter %.lolfx, $^) | $(SED) '"'"'s/\([[^\r]]*\).*/"\1\\n"/'"'"'; echo ";") | $(CXXCOMPILE) -xc++ -c - -o $@'
    369369AC_SUBST(LOLFX_BUILD)
    370370
Note: See TracChangeset for help on using the changeset viewer.