HomeSort by: relevance | last modified time | path
    Searched refs:clisp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/tests/
lang-clisp 3 # Test of gettext facilities in the CLISP language.
5 # Assumes the following packages are installed: clisp.
84 # Test for presence of clisp version 2.28 or newer with gettext support.
85 # Use clisp for the comparison of the version numbers; neither 'expr' nor 'bc'
87 (clisp --version) >/dev/null 2>/dev/null \
88 || { echo "Skipping test: clisp not found"; rm -fr $tmpfiles; exit 77; }
89 version=`clisp --version | sed -n -e 1p | sed -e 's/^[^0-9]*//'`
92 echo "Skipping test: clisp version too old"; rm -fr $tmpfiles; exit 77;;
95 clisp -norc -x "(sys::exit #+GETTEXT (not (>= $version 2.28)) #-GETTEXT t)" \
97 || { echo "Skipping test: clisp was built without gettext support
    [all...]
Makefile.am 118 lang-python-2 lang-clisp lang-elisp lang-librep lang-guile \
  /src/external/gpl2/gettext/dist/gettext-tools/examples/
Makefile.am 527 hello-clisp/INSTALL \
528 hello-clisp/autogen.sh \
529 hello-clisp/autoclean.sh \
530 hello-clisp/hello.lisp.in \
531 hello-clisp/Makefile.am \
532 hello-clisp/configure.ac \
533 hello-clisp/m4/Makefile.am \
534 hello-clisp/po/Makefile.am \
535 hello-clisp/po/LINGUAS \
536 hello-clisp/po/af.po
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/examples/po/
Makefile.am 42 hello-clisp/hello.lisp.in \
74 hello-clisp.pot \
242 hello-clisp.pot : $(POTFILES_DEPS)
243 $(SHELL) '$(srcdir)/xsmallpot.sh' '$(srcdir)' hello-clisp
381 ../hello-clisp/po/$$lang.po \
434 ../hello-clisp/po/$(LL).po: hello-clisp.pot $(LL).po
435 $(SHELL) mmsmallpo.sh hello-clisp $(LL)

Completed in 82 milliseconds