X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14885f0910b8641e8a011c8f3a1e3599e7260ef4..c04ec4965704643f498999fb5123e63330a3ee50:/wx-config.in diff --git a/wx-config.in b/wx-config.in index 3977e1037a..9e34fc5a08 100755 --- a/wx-config.in +++ b/wx-config.in @@ -29,7 +29,6 @@ update_prefixes CC="@CC@" GCC="@GCC@" -GCC_SEARCHES_USR_LOCAL_INCLUDE="@GCC_SEARCHES_USR_LOCAL_INCLUDE@" CXX="@CXX@" LD="@SHARED_LD@" srcdir="@top_srcdir@" @@ -144,29 +143,14 @@ get_ldflags_gui() echo $flags_to_ret } -# return the absolute path prepending builddir to it if needed -makeabs() -{ - path=$1 - # TODO: this only works under Unix and even there it could be - # enhanced to remove ".." and "." - if [ `echo $path | sed 's/^\(.\).*/\1/'` != "/" ]; then - if [ $path = "." ]; then - path=$builddir - else - path="$builddir/$path" - fi - fi - - echo $path -} - usage() { cat <