source: gs2-extensions/imagemagick/trunk/src/packages/CASCADE-MAKE/GETTEXT.sh@ 30675

Last change on this file since 30675 was 30675, checked in by davidb, 8 years ago

Additional packages, and updates to existing ones after testing on MacOS El Capitain

  • Property svn:executable set to *
File size: 981 bytes
Line 
1#!/bin/bash
2
3package=gettext
4#version=-0.18.1.1
5version=-0.18.2
6#version=-0.19.6
7
8progname=$0
9
10source ../cascade-make/lib/cascade-lib.bash GEXTIMAGEMAGICK ../.. $*
11
12prefix=$GEXTIMAGEMAGICK_INSTALLED
13
14if [ "x$CROSSCONFIGURE_ARGS" != "x" ] ; then
15
16 if [ $crossOS = "android" ] ; then
17 export CROSSCONFIGURE_VARS="$CROSSCONFIGURE_VARS \
18 gl_cv_header_working_stdint_h=yes"
19 fi
20
21 if [ $crossOS = "windows" ] ; then
22 export CROSSCONFIGURE_VARS="$CROSSCONFIGURE_VARS \
23 gl_cv_func_memchr_works=yes
24 ac_cv_func_strnlen_working=yes"
25 fi
26fi
27
28opt_run_untar $force_untar $auto_untar $package $version
29opt_run_configure $force_config $auto_config $package $version $prefix --without-emacs --without-git --disable-shared
30
31opt_run_make $compile $package $version
32opt_run_make $install $package $version "install"
33opt_run_make $clean $package $version "clean"
34opt_run_make $distclean $package $version "distclean"
35
36opt_run_tarclean $tarclean $package $version
Note: See TracBrowser for help on using the repository browser.