]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in: use eval when setting have_dlfcn_h, reformatting
authorThomas Tanner <tanner@ffii.org>
Mon, 14 Jun 1999 06:32:06 +0000 (06:32 +0000)
committerThomas Tanner <tanner@gmx.de>
Mon, 14 Jun 1999 06:32:06 +0000 (06:32 +0000)
ChangeLog
ltconfig.in

index 4c12f6e7448b01e239c0415d8618edde4e058257..958185545b439baa32c041cf3f2057ca6562e598 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-06-14 Thomas Tanner  <tanner@ffii.org>
+
+       * ltconfig.in: use eval when setting have_dlfcn_h, reformatting
+
 1999-06-12 Thomas Tanner  <tanner@ffii.org>
 
        * ltmain.in: store old archives in deplibs and old_deplibs, 
index c8b45a527f47834cff35601a8ddd287c1e308b31..4e37aaeb7b7793b4e21b8bd65a79f116531b559e 100755 (executable)
@@ -528,9 +528,9 @@ else
     for dir in $PATH; do
       test -z "$dir" && dir=.
       if test -f $dir/ranlib || test -f $dir/ranlib$ac_exeext; then
-        result="ranlib"
-        ac_cv_prog_RANLIB="$result"
-        break
+       result="ranlib"
+       ac_cv_prog_RANLIB="$result"
+       break
       fi
     done
     IFS="$save_ifs"
@@ -944,7 +944,7 @@ else
       ;;
     sysv4*MP*)
       if test -d /usr/nec; then
-         ac_cv_prog_cc_pic=-Kconform_pic
+        ac_cv_prog_cc_pic=-Kconform_pic
       fi
       ;;
     *)
@@ -1015,8 +1015,8 @@ else
 
     sysv4*MP*)
       if test -d /usr/nec ;then
-        ac_cv_prog_cc_pic='-Kconform_pic'
-        ac_cv_prog_cc_static='-Bstatic'
+       ac_cv_prog_cc_pic='-Kconform_pic'
+       ac_cv_prog_cc_static='-Bstatic'
       fi
       ;;
 
@@ -1048,22 +1048,22 @@ else
     
       case "$host_os" in
       hpux9* | hpux10* | hpux11*)
-        # On HP-UX, both CC and GCC only warn that PIC is supported... then
+       # On HP-UX, both CC and GCC only warn that PIC is supported... then
        # they create non-PIC objects.  So, if there were any warnings, we
        # assume that PIC is not supported.
-        if test -s conftest.err; then
+       if test -s conftest.err; then
          ac_cv_prog_cc_pic_works=no
          ac_cv_prog_cc_can_build_shared=no
          ac_cv_prog_cc_pic=
-        else
+       else
          ac_cv_prog_cc_pic_works=yes
          ac_cv_prog_cc_pic=" $ac_cv_prog_cc_pic"
-        fi
-        ;;
+       fi
+       ;;
       *)
        ac_cv_prog_cc_pic_works=yes
-        ac_cv_prog_cc_pic=" $ac_cv_prog_cc_pic"
-        ;;
+       ac_cv_prog_cc_pic=" $ac_cv_prog_cc_pic"
+       ;;
       esac
     else
       # Append any errors to the config.log.
@@ -2468,13 +2468,13 @@ ac_try="$ac_compile conftest.$ac_ext >/dev/null 2>conftest.out"
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
-  ac_cv_header_$ac_safe=yes
+  eval "ac_cv_header_$ac_safe=yes"
 else
   echo "$ac_err" >&5
   echo "$progname: failed program was:" >&5
   cat conftest.$ac_ext >&5
   rm -rf conftest*
-  ac_cv_header_$ac_safe=no
+  eval "ac_cv_header_$ac_safe=no"
 fi
 rm -f conftest*
 fi