X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=aclocal.m4;fp=aclocal.m4;h=8335b4fd949a3760d8356215532ca517f71848af;hb=725169bda4d3b4c3fde0d4a94f76d017812c7ea6;hp=96d04519dc1f3574cd215ea68a1d17cef1295093;hpb=d8d029ed8d2793e679c2b247620ea5e2e9d6144b;p=ncurses.git diff --git a/aclocal.m4 b/aclocal.m4 index 96d04519..8335b4fd 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -29,7 +29,7 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1995-on dnl -dnl $Id: aclocal.m4,v 1.1063 2024/03/02 20:46:07 tom Exp $ +dnl $Id: aclocal.m4,v 1.1065 2024/03/12 23:45:44 tom Exp $ dnl Macros used in NCURSES auto-configuration script. dnl dnl These macros are maintained separately from NCURSES. The copyright on @@ -7420,7 +7420,7 @@ do done ])dnl dnl --------------------------------------------------------------------------- -dnl CF_SHARED_OPTS version: 109 updated: 2023/12/03 09:21:34 +dnl CF_SHARED_OPTS version: 110 updated: 2024/03/12 19:44:02 dnl -------------- dnl -------------- dnl Attempt to determine the appropriate CC/LD options for creating a shared @@ -7880,11 +7880,11 @@ CF_EOF # tested with SunOS 5.5.1 (solaris 2.5.1) and gcc 2.7.2 # tested with SunOS 5.10 (solaris 10) and gcc 3.4.3 if test "$DFT_LWR_MODEL" = "shared" ; then - LOCAL_LDFLAGS="-R \$(LOCAL_LIBDIR):\${libdir}" + LOCAL_LDFLAGS="-R\$(LOCAL_LIBDIR):\${libdir}" LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" fi if test "$cf_cv_enable_rpath" = yes ; then - EXTRA_LDFLAGS="-R \${libdir} $EXTRA_LDFLAGS" + EXTRA_LDFLAGS="-R\${libdir} $EXTRA_LDFLAGS" fi CF_SHARED_SONAME if test "$GCC" != yes; then