diff options
| author | Tom Lane | 1999-05-11 22:57:50 +0000 |
|---|---|---|
| committer | Tom Lane | 1999-05-11 22:57:50 +0000 |
| commit | 5085132c6d3f5ea9c5dec18ee6a2a70ddf4e91b5 (patch) | |
| tree | 86a195f8540e9f423e5de143a84a1d748c20e047 /src/configure | |
| parent | a9bd936066d35bcad0fbd1b1d6e66d961b0c9c4f (diff) | |
Fix configure to generate correct expansion of library directory
in pl/plpgsql/src/mklang.sql.
Diffstat (limited to 'src/configure')
| -rwxr-xr-x | src/configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/configure b/src/configure index b991dc6f4b4..ad220cc1b08 100755 --- a/src/configure +++ b/src/configure @@ -7052,6 +7052,15 @@ fi fi + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +eval expanded_libdir="$libdir" +eval expanded_libdir="$expanded_libdir" + + + trap '' 1 2 15 cat > confcache <<\EOF # This file is a shell script that caches the results of configure @@ -7282,6 +7291,7 @@ s%@X_PRE_LIBS@%$X_PRE_LIBS%g s%@X_LIBS@%$X_LIBS%g s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g s%@X11_LIBS@%$X11_LIBS%g +s%@expanded_libdir@%$expanded_libdir%g CEOF EOF |
