From d5dba4ad2a6dd6ca7362eb19c470ac3c55c9269e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 5 Nov 2015 01:01:16 +0000 Subject: - remove useless 'skalibs' expansion in configure - credit muhmuhten - version: 2.2.3.0 --- AUTHORS | 1 + configure | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index c5c1c1f..63ae80b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -22,3 +22,4 @@ Thanks to: Gorka Lertxundi Buck Evan John O'Meara + Michael Zuo diff --git a/configure b/configure index ab6a070..1f9b16e 100755 --- a/configure +++ b/configure @@ -205,7 +205,7 @@ fi # Expand installation directories stripdir prefix -for i in exec_prefix dynlibdir libexecdir bindir sbindir libdir includedir datadir sysdeps sproot skalibs ; do +for i in exec_prefix dynlibdir libexecdir bindir sbindir libdir includedir datadir sysdeps sproot ; do eval tmp=\${$i} eval $i=$tmp stripdir $i -- cgit v1.3.1