source: gs2-extensions/gnome-lib/trunk/src/packages/CASCADE-MAKE/READLINE.sh

Last change on this file was 37387, checked in by davidb, 14 months ago

Moving to a newer version of readline to keep the Mac gcc/clang compiler happy

  • Property svn:executable set to *
File size: 579 bytes
Line 
1#!/bin/bash
2
3package=readline
4#version=-6.1
5#version=-6.3
6version=-8.1.2
7
8
9progname=$0
10
11source ../cascade-make/lib/cascade-lib.bash GEXTGNOME ../.. $*
12
13prefix=$GEXTGNOME_INSTALLED
14
15opt_run_untar $force_untar $auto_untar $package $version
16opt_run_configure $force_config $auto_config $package $version $prefix --disable-shared --enable-static
17
18opt_run_make $compile $package $version
19opt_run_make $install $package $version "install"
20opt_run_make $clean $package $version "clean"
21opt_run_make $distclean $package $version "distclean"
22
23opt_run_tarclean $tarclean $package $version
Note: See TracBrowser for help on using the repository browser.