diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2010-10-19 16:22:55 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2010-10-19 16:22:55 +0000 |
| commit | 1b31e9bc2dc805feb29746b95b9b0ab206bce8b4 (patch) | |
| tree | be5bd7512513cedba0cfa702a2761e1d729cab05 /libtool | |
| parent | ab034ef9b3638a675e11683db071a8a1a3162903 (diff) | |
| download | PROJ-1b31e9bc2dc805feb29746b95b9b0ab206bce8b4.tar.gz PROJ-1b31e9bc2dc805feb29746b95b9b0ab206bce8b4.zip | |
migrate pj_clear_initcache() to public api, and set pj_version to 4.8.0
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1925 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'libtool')
| -rwxr-xr-x | libtool | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh # libtool - Provide generalized library-building support services. # Generated automatically by config.status (proj) 4.7.0 @@ -132,7 +132,7 @@ old_postuninstall_cmds="" LTCC="gcc" # LTCC compiler flags. -LTCFLAGS="-g -O2" +LTCFLAGS="-g" # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe="sed -n -e 's/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'" @@ -150,7 +150,7 @@ global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \\([^ ]*\\) \$/ {\\ objdir=.libs # Shell to use when invoking shell scripts. -SHELL="/bin/bash" +SHELL="/bin/sh" # An echo program that does not interpret backslashes. ECHO="echo" |
