@@ -1037,7 +1037,7 @@ echo "$ac_t""$CPP" 1>&6
10371037
10381038
10391039
1040- INSTALLPATH=" /usr/ucb:$PATH "
1040+ INSTALLPATH=" ` echo /usr/ucb:$PATH | sed ' s/:/ /g ' ` "
10411041for ac_prog in ginstall installbsd bsdinst scoinst install
10421042do
10431043# Extract the first word of "$ac_prog", so it can be a program name with args.
@@ -1053,7 +1053,7 @@ else
10531053 ;;
10541054* )
10551055 IFS=" ${IFS= } " ; ac_save_ifs=" $IFS " ; IFS=" ${IFS} :"
1056- for ac_dir in $INSTALLPATH$ac_dummy ; do
1056+ for ac_dir in $INSTALLPATH $ac_dummy ; do
10571057test -z" $ac_dir " && ac_dir=.
10581058if test -f$ac_dir /$ac_word ; then
10591059 ac_cv_path_INSTALL=" $ac_dir /$ac_word "
@@ -1084,12 +1084,19 @@ fi
10841084INSTLOPTS=" -m 444"
10851085INSTL_EXE_OPTS=" -m 555"
10861086INSTL_LIB_OPTS=" -m 644"
1087+ INSTL_SHLIB_OPTS=" -m 644"
1088+
1089+ case " $host_os " in
1090+ hpux* )
1091+ INSTL_SHLIB_OPTS=" -m 555" ;;
1092+ esac
10871093
10881094case " ` basename$INSTALL ` " in
1089- install|installbsd|scoinst)
1095+ install|installbsd|scoinst|install-sh )
10901096INSTLOPTS=" -c$INSTLOPTS "
10911097INSTL_EXE_OPTS=" -c$INSTL_EXE_OPTS "
1092- INSTL_LIB_OPTS=" -c$INSTL_LIB_OPTS " ;;
1098+ INSTL_LIB_OPTS=" -c$INSTL_LIB_OPTS "
1099+ INSTL_SHLIB_OPTS=" -c$INSTL_SHLIB_OPTS " ;;
10931100esac
10941101
10951102echo " - Using$INSTALL "
@@ -1098,6 +1105,7 @@ echo "- Using $INSTALL"
10981105
10991106
11001107
1108+
11011109ECHO_N_OUT=` echo -n" " | wc -c`
11021110ECHO_C_OUT=` echo" \c" | wc -c`
11031111if test " $ECHO_N_OUT " -eq 0; then
11151123
11161124
11171125echo $ac_n " checking whether ln -s works" " ...$ac_c " 1>&6
1118- echo " configure:1119 : checking whether ln -s works" >&5
1126+ echo " configure:1127 : checking whether ln -s works" >&5
11191127if eval " test\" ` echo' $' ' {' ac_cv_prog_LN_S' +set}' ` \" = set" ; then
11201128echo $ac_n " (cached)$ac_c " 1>&6
11211129else
@@ -1136,7 +1144,7 @@ else
11361144fi
11371145
11381146echo $ac_n " checking whether${MAKE-make} sets\$ {MAKE}" " ...$ac_c " 1>&6
1139- echo " configure:1140 : checking whether${MAKE-make} sets\$ {MAKE}" >&5
1147+ echo " configure:1148 : checking whether${MAKE-make} sets\$ {MAKE}" >&5
11401148set dummy${MAKE-make} ; ac_make=` echo" $2 " | sed' y%./+-%__p_%' `
11411149if eval " test\" ` echo' $' ' {' ac_cv_prog_make_${ac_make} _set' +set}' ` \" = set" ; then
11421150echo $ac_n " (cached)$ac_c " 1>&6
11651173# Extract the first word of "ranlib", so it can be a program name with args.
11661174set dummy ranlib; ac_word=$2
11671175echo $ac_n " checking for$ac_word " " ...$ac_c " 1>&6
1168- echo " configure:1169 : checking for$ac_word " >&5
1176+ echo " configure:1177 : checking for$ac_word " >&5
11691177if eval " test\" ` echo' $' ' {' ac_cv_prog_RANLIB' +set}' ` \" = set" ; then
11701178echo $ac_n " (cached)$ac_c " 1>&6
11711179else
11941202# Extract the first word of "find", so it can be a program name with args.
11951203set dummy find; ac_word=$2
11961204echo $ac_n " checking for$ac_word " " ...$ac_c " 1>&6
1197- echo " configure:1198 : checking for$ac_word " >&5
1205+ echo " configure:1206 : checking for$ac_word " >&5
11981206if eval " test\" ` echo' $' ' {' ac_cv_path_find' +set}' ` \" = set" ; then
11991207echo $ac_n " (cached)$ac_c " 1>&6
12001208else
12251233# Extract the first word of "tar", so it can be a program name with args.
12261234set dummy tar; ac_word=$2
12271235echo $ac_n " checking for$ac_word " " ...$ac_c " 1>&6
1228- echo " configure:1229 : checking for$ac_word " >&5
1236+ echo " configure:1237 : checking for$ac_word " >&5
12291237if eval " test\" ` echo' $' ' {' ac_cv_path_tar' +set}' ` \" = set" ; then
12301238echo $ac_n " (cached)$ac_c " 1>&6
12311239else
12561264# Extract the first word of "split", so it can be a program name with args.
12571265set dummy split; ac_word=$2
12581266echo $ac_n " checking for$ac_word " " ...$ac_c " 1>&6
1259- echo " configure:1260 : checking for$ac_word " >&5
1267+ echo " configure:1268 : checking for$ac_word " >&5
12601268if eval " test\" ` echo' $' ' {' ac_cv_path_split' +set}' ` \" = set" ; then
12611269echo $ac_n " (cached)$ac_c " 1>&6
12621270else
@@ -1286,22 +1294,22 @@ fi
12861294
12871295
12881296echo $ac_n " checking for main in -lc" " ...$ac_c " 1>&6
1289- echo " configure:1290 : checking for main in -lc" >&5
1297+ echo " configure:1298 : checking for main in -lc" >&5
12901298ac_lib_var=` echo c' _' main| sed' y%./+-%__p_%' `
12911299if eval " test\" ` echo' $' ' {' ac_cv_lib_$ac_lib_var ' +set}' ` \" = set" ; then
12921300echo $ac_n " (cached)$ac_c " 1>&6
12931301else
12941302 ac_save_LIBS=" $LIBS "
12951303LIBS=" -lc$LIBS "
12961304cat> conftest.$ac_ext << EOF
1297- #line1298 "configure"
1305+ #line1306 "configure"
12981306#include "confdefs.h"
12991307
13001308int main() {
13011309main()
13021310; return 0; }
13031311EOF
1304- if { (evalecho configure:1305 :\" $ac_link \" )1>&5 ; (eval$ac_link )2>&5 ; }&& test -s conftest; then
1312+ if { (evalecho configure:1313 :\" $ac_link \" )1>&5 ; (eval$ac_link )2>&5 ; }&& test -s conftest; then
13051313 rm -rf conftest*
13061314eval " ac_cv_lib_$ac_lib_var =yes"
13071315else
@@ -1329,22 +1337,22 @@ else
13291337fi
13301338
13311339echo $ac_n " checking for main in -lm" " ...$ac_c " 1>&6
1332- echo " configure:1333 : checking for main in -lm" >&5
1340+ echo " configure:1341 : checking for main in -lm" >&5
13331341ac_lib_var=` echo m' _' main| sed' y%./+-%__p_%' `
13341342if eval " test\" ` echo' $' ' {' ac_cv_lib_$ac_lib_var ' +set}' ` \" = set" ; then
13351343echo $ac_n " (cached)$ac_c " 1>&6
13361344else
13371345 ac_save_LIBS=" $LIBS "
13381346LIBS=" -lm$LIBS "
13391347cat> conftest.$ac_ext << EOF
1340- #line1341 "configure"
1348+ #line1349 "configure"
13411349#include "confdefs.h"
13421350
13431351int main() {
13441352main()
13451353; return 0; }
13461354EOF
1347- if { (evalecho configure:1348 :\" $ac_link \" )1>&5 ; (eval$ac_link )2>&5 ; }&& test -s conftest; then
1355+ if { (evalecho configure:1356 :\" $ac_link \" )1>&5 ; (eval$ac_link )2>&5 ; }&& test -s conftest; then
13481356 rm -rf conftest*
13491357eval " ac_cv_lib_$ac_lib_var =yes"
13501358else
@@ -1372,22 +1380,22 @@ else
13721380fi
13731381
13741382echo $ac_n " checking for main in -ldl" " ...$ac_c " 1>&6
1375- echo " configure:1376 : checking for main in -ldl" >&5
1383+ echo " configure:1384 : checking for main in -ldl" >&5
13761384ac_lib_var=` echo dl' _' main| sed' y%./+-%__p_%' `
13771385if eval " test\" ` echo' $' ' {' ac_cv_lib_$ac_lib_var ' +set}' ` \" = set" ; then
13781386echo $ac_n " (cached)$ac_c " 1>&6
13791387else
13801388 ac_save_LIBS=" $LIBS "
13811389LIBS=" -ldl$LIBS "
13821390cat> conftest.$ac_ext << EOF
1383- #line1384 "configure"
1391+ #line1392 "configure"
13841392#include "confdefs.h"
13851393
13861394int main() {
13871395main()
13881396; return 0; }
13891397EOF
1390- if { (evalecho configure:1391 :\" $ac_link \" )1>&5 ; (eval$ac_link )2>&5 ; }&& test -s conftest; then
1398+ if { (evalecho configure:1399 :\" $ac_link \" )1>&5 ; (eval$ac_link )2>&5 ; }&& test -s conftest; then
13911399 rm -rf conftest*
13921400eval " ac_cv_lib_$ac_lib_var =yes"
13931401else
@@ -1416,20 +1424,20 @@ fi
14161424
14171425
14181426echo $ac_n " checking for ANSI C header files" " ...$ac_c " 1>&6
1419- echo " configure:1420 : checking for ANSI C header files" >&5
1427+ echo " configure:1428 : checking for ANSI C header files" >&5
14201428if eval " test\" ` echo' $' ' {' ac_cv_header_stdc' +set}' ` \" = set" ; then
14211429echo $ac_n " (cached)$ac_c " 1>&6
14221430else
14231431 cat> conftest.$ac_ext << EOF
1424- #line1425 "configure"
1432+ #line1433 "configure"
14251433#include "confdefs.h"
14261434#include <stdlib.h>
14271435#include <stdarg.h>
14281436#include <string.h>
14291437#include <float.h>
14301438EOF
14311439ac_try=" $ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1432- { (evalecho configure:1433 :\" $ac_try \" )1>&5 ; (eval$ac_try )2>&5 ; }
1440+ { (evalecho configure:1441 :\" $ac_try \" )1>&5 ; (eval$ac_try )2>&5 ; }
14331441ac_err=` grep -v' ^ *+' conftest.out`
14341442if test -z" $ac_err " ; then
14351443 rm -rf conftest*
@@ -1446,7 +1454,7 @@ rm -f conftest*
14461454if test $ac_cv_header_stdc = yes; then
14471455# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
14481456cat> conftest.$ac_ext << EOF
1449- #line1450 "configure"
1457+ #line1458 "configure"
14501458#include "confdefs.h"
14511459#include <string.h>
14521460EOF
14641472if test $ac_cv_header_stdc = yes; then
14651473# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
14661474cat> conftest.$ac_ext << EOF
1467- #line1468 "configure"
1475+ #line1476 "configure"
14681476#include "confdefs.h"
14691477#include <stdlib.h>
14701478EOF
@@ -1485,7 +1493,7 @@ if test "$cross_compiling" = yes; then
14851493:
14861494else
14871495 cat> conftest.$ac_ext << EOF
1488- #line1489 "configure"
1496+ #line1497 "configure"
14891497#include "confdefs.h"
14901498#include <ctype.h>
14911499#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
@@ -1496,7 +1504,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
14961504exit (0); }
14971505
14981506EOF
1499- if { (evalecho configure:1500 :\" $ac_link \" )1>&5 ; (eval$ac_link )2>&5 ; }&& test -s conftest&& (./conftest; exit)2> /dev/null
1507+ if { (evalecho configure:1508 :\" $ac_link \" )1>&5 ; (eval$ac_link )2>&5 ; }&& test -s conftest&& (./conftest; exit)2> /dev/null
15001508then
15011509:
15021510else
@@ -1523,17 +1531,17 @@ for ac_hdr in sys/param.h pwd.h
15231531do
15241532ac_safe=` echo" $ac_hdr " | sed' y%./+-%__p_%' `
15251533echo $ac_n " checking for$ac_hdr " " ...$ac_c " 1>&6
1526- echo " configure:1527 : checking for$ac_hdr " >&5
1534+ echo " configure:1535 : checking for$ac_hdr " >&5
15271535if eval " test\" ` echo' $' ' {' ac_cv_header_$ac_safe ' +set}' ` \" = set" ; then
15281536echo $ac_n " (cached)$ac_c " 1>&6
15291537else
15301538 cat> conftest.$ac_ext << EOF
1531- #line1532 "configure"
1539+ #line1540 "configure"
15321540#include "confdefs.h"
15331541#include <$ac_hdr >
15341542EOF
15351543ac_try=" $ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1536- { (evalecho configure:1537 :\" $ac_try \" )1>&5 ; (eval$ac_try )2>&5 ; }
1544+ { (evalecho configure:1545 :\" $ac_try \" )1>&5 ; (eval$ac_try )2>&5 ; }
15371545ac_err=` grep -v' ^ *+' conftest.out`
15381546if test -z" $ac_err " ; then
15391547 rm -rf conftest*
@@ -1565,12 +1573,12 @@ done
15651573for ac_func in stricmp
15661574do
15671575echo $ac_n " checking for$ac_func " " ...$ac_c " 1>&6
1568- echo " configure:1569 : checking for$ac_func " >&5
1576+ echo " configure:1577 : checking for$ac_func " >&5
15691577if eval " test\" ` echo' $' ' {' ac_cv_func_$ac_func ' +set}' ` \" = set" ; then
15701578echo $ac_n " (cached)$ac_c " 1>&6
15711579else
15721580 cat> conftest.$ac_ext << EOF
1573- #line1574 "configure"
1581+ #line1582 "configure"
15741582#include "confdefs.h"
15751583/* System header to define __stub macros and hopefully few prototypes,
15761584 which can conflict with char$ac_func (); below. */
@@ -1593,7 +1601,7 @@ $ac_func();
15931601
15941602; return 0; }
15951603EOF
1596- if { (evalecho configure:1597 :\" $ac_link \" )1>&5 ; (eval$ac_link )2>&5 ; }&& test -s conftest; then
1604+ if { (evalecho configure:1605 :\" $ac_link \" )1>&5 ; (eval$ac_link )2>&5 ; }&& test -s conftest; then
15971605 rm -rf conftest*
15981606eval " ac_cv_func_$ac_func =yes"
15991607else
@@ -1766,6 +1774,7 @@ s%@DL_LIB@%$DL_LIB%g
17661774s%@INSTALL@%$INSTALL %g
17671775s%@INSTLOPTS@%$INSTLOPTS %g
17681776s%@INSTL_LIB_OPTS@%$INSTL_LIB_OPTS %g
1777+ s%@INSTL_SHLIB_OPTS@%$INSTL_SHLIB_OPTS %g
17691778s%@INSTL_EXE_OPTS@%$INSTL_EXE_OPTS %g
17701779s%@DASH_N@%$DASH_N %g
17711780s%@BACKSLASH_C@%$BACKSLASH_C %g