Last change
on this file was 37387, checked in by davidb, 9 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 |
|
---|
3 | package=readline
|
---|
4 | #version=-6.1
|
---|
5 | #version=-6.3
|
---|
6 | version=-8.1.2
|
---|
7 |
|
---|
8 |
|
---|
9 | progname=$0
|
---|
10 |
|
---|
11 | source ../cascade-make/lib/cascade-lib.bash GEXTGNOME ../.. $*
|
---|
12 |
|
---|
13 | prefix=$GEXTGNOME_INSTALLED
|
---|
14 |
|
---|
15 | opt_run_untar $force_untar $auto_untar $package $version
|
---|
16 | opt_run_configure $force_config $auto_config $package $version $prefix --disable-shared --enable-static
|
---|
17 |
|
---|
18 | opt_run_make $compile $package $version
|
---|
19 | opt_run_make $install $package $version "install"
|
---|
20 | opt_run_make $clean $package $version "clean"
|
---|
21 | opt_run_make $distclean $package $version "distclean"
|
---|
22 |
|
---|
23 | opt_run_tarclean $tarclean $package $version
|
---|
Note:
See
TracBrowser
for help on using the repository browser.