Changeset 8a9b23c in git
- Timestamp:
- May 6, 1997, 7:17:56 PM (26 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 43d6c5e0633d3e100f8b9f03090a0b47e622409d
- Parents:
- 63eab75b813566a3916ad6806e505bbb1bffb25f
- Location:
- libfac
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/Makefile.in
r63eab7 r8a9b23c 1 # $Id: Makefile.in,v 1. 2 1997-05-05 13:44:19obachman Exp $1 # $Id: Makefile.in,v 1.3 1997-05-06 17:17:54 obachman Exp $ 2 2 ################################################# 3 3 SHELL = /bin/sh … … 28 28 RANLIB = @RANLIB@ 29 29 CXX = @CXX@ 30 INSTALL = @INSTALL@31 INSTALL_ DATA = @INSTALL_DATA@32 INSTALL_ PROGRAM = @INSTALL_PROGRAM@33 MKINSTALLDIRS = @MKINSTALLDIRS@30 INSTALL = ./install-sh -c 31 INSTALL_PROGRAM = ${INSTALL} 32 INSTALL_DATA = ${INSTALL} -m 644 33 MKINSTALLDIRS = ./mkinstalldirs 34 34 35 35 ## -
libfac/configure
r63eab7 r8a9b23c 794 794 fi 795 795 796 ac_save_path=${PATH}797 PATH="$PATH:.."798 ac_aux_dir=799 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do800 if test -f $ac_dir/install-sh; then801 ac_aux_dir=$ac_dir802 ac_install_sh="$ac_aux_dir/install-sh -c"803 break804 elif test -f $ac_dir/install.sh; then805 ac_aux_dir=$ac_dir806 ac_install_sh="$ac_aux_dir/install.sh -c"807 break808 fi809 done810 if test -z "$ac_aux_dir"; then811 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }812 fi813 ac_config_guess=$ac_aux_dir/config.guess814 ac_config_sub=$ac_aux_dir/config.sub815 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.816 817 # Find a good install program. We prefer a C program (faster),818 # so one script is as good as another. But avoid the broken or819 # incompatible versions:820 # SysV /etc/install, /usr/sbin/install821 # SunOS /usr/etc/install822 # IRIX /sbin/install823 # AIX /bin/install824 # AFS /usr/afsws/bin/install, which mishandles nonexistent args825 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"826 # ./install, which can be erroneously created by make from ./install.sh.827 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6828 if test -z "$INSTALL"; then829 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then830 echo $ac_n "(cached) $ac_c" 1>&6831 else832 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"833 for ac_dir in $PATH; do834 # Account for people who put trailing slashes in PATH elements.835 case "$ac_dir/" in836 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;837 *)838 # OSF1 and SCO ODT 3.0 have their own names for install.839 for ac_prog in ginstall installbsd scoinst install; do840 if test -f $ac_dir/$ac_prog; then841 if test $ac_prog = install &&842 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then843 # AIX install. It has an incompatible calling convention.844 # OSF/1 installbsd also uses dspmsg, but is usable.845 :846 else847 ac_cv_path_install="$ac_dir/$ac_prog -c"848 break 2849 fi850 fi851 done852 ;;853 esac854 done855 IFS="$ac_save_ifs"856 857 fi858 if test "${ac_cv_path_install+set}" = set; then859 INSTALL="$ac_cv_path_install"860 else861 # As a last resort, use the slow shell script. We don't cache a862 # path for INSTALL within a source directory, because that will863 # break other packages using the cache if that directory is864 # removed, or if the path is relative.865 INSTALL="$ac_install_sh"866 fi867 fi868 echo "$ac_t""$INSTALL" 1>&6869 870 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.871 # It thinks the first close brace ends the variable substitution.872 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'873 874 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'875 876 # Extract the first word of "mkinstalldirs", so it can be a program name with args.877 set dummy mkinstalldirs; ac_word=$2878 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6879 if eval "test \"`echo '$''{'ac_cv_path_MKINSTALLDIRS'+set}'`\" = set"; then880 echo $ac_n "(cached) $ac_c" 1>&6881 else882 case "$MKINSTALLDIRS" in883 /*)884 ac_cv_path_MKINSTALLDIRS="$MKINSTALLDIRS" # Let the user override the test with a path.885 ;;886 *)887 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"888 for ac_dir in $PATH; do889 test -z "$ac_dir" && ac_dir=.890 if test -f $ac_dir/$ac_word; then891 ac_cv_path_MKINSTALLDIRS="$ac_dir/$ac_word"892 break893 fi894 done895 IFS="$ac_save_ifs"896 test -z "$ac_cv_path_MKINSTALLDIRS" && ac_cv_path_MKINSTALLDIRS="-mkdir -p"897 ;;898 esac899 fi900 MKINSTALLDIRS="$ac_cv_path_MKINSTALLDIRS"901 if test -n "$MKINSTALLDIRS"; then902 echo "$ac_t""$MKINSTALLDIRS" 1>&6903 else904 echo "$ac_t""no" 1>&6905 fi906 907 PATH="$ac_save_path"908 909 796 ac_safe=`echo "factory.h" | tr './\055' '___'` 910 797 echo $ac_n "checking for factory.h""... $ac_c" 1>&6 … … 913 800 else 914 801 cat > conftest.$ac_ext <<EOF 915 #line 916"configure"802 #line 803 "configure" 916 803 #include "confdefs.h" 917 804 #include <factory.h> 918 805 EOF 919 806 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 920 { (eval echo configure: 921: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }807 { (eval echo configure:808: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 921 808 ac_err=`grep -v '^ *+' conftest.out` 922 809 if test -z "$ac_err"; then … … 946 833 else 947 834 cat > conftest.$ac_ext <<EOF 948 #line 949"configure"835 #line 836 "configure" 949 836 #include "confdefs.h" 950 837 … … 996 883 ; return 0; } 997 884 EOF 998 if { (eval echo configure: 999: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then885 if { (eval echo configure:886: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 999 886 rm -rf conftest* 1000 887 ac_cv_c_const=yes … … 1022 909 for ac_kw in inline __inline__ __inline; do 1023 910 cat > conftest.$ac_ext <<EOF 1024 #line 1025"configure"911 #line 912 "configure" 1025 912 #include "confdefs.h" 1026 913 … … 1030 917 ; return 0; } 1031 918 EOF 1032 if { (eval echo configure: 1033: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then919 if { (eval echo configure:920: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1033 920 rm -rf conftest* 1034 921 ac_cv_c_inline=$ac_kw; break … … 1163 1050 1164 1051 ac_given_srcdir=$srcdir 1165 ac_given_INSTALL="$INSTALL"1166 1052 1167 1053 trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 … … 1207 1093 s%@RANLIB@%$RANLIB%g 1208 1094 s%@AR@%$AR%g 1209 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g1210 s%@INSTALL_DATA@%$INSTALL_DATA%g1211 s%@MKINSTALLDIRS@%$MKINSTALLDIRS%g1212 1095 s%@CXXTEMPLFLAGS@%$CXXTEMPLFLAGS%g 1213 1096 … … 1251 1134 esac 1252 1135 1253 case "$ac_given_INSTALL" in1254 [/$]*) INSTALL="$ac_given_INSTALL" ;;1255 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;1256 esac1257 1136 echo creating "$ac_file" 1258 1137 rm -f "$ac_file" … … 1267 1146 s%@srcdir@%$srcdir%g 1268 1147 s%@top_srcdir@%$top_srcdir%g 1269 s%@INSTALL@%$INSTALL%g1270 1148 " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file 1271 1149 fi; done -
libfac/configure.in
r63eab7 r8a9b23c 87 87 88 88 dnl 89 dnl programs for installation90 dnl91 ac_save_path=${PATH}92 PATH="$PATH:.."93 AC_PROG_INSTALL94 AC_PATH_PROG(MKINSTALLDIRS, mkinstalldirs, -mkdir -p)95 PATH="$ac_save_path"96 97 dnl98 89 dnl Checks for header files. 99 90 dnl
Note: See TracChangeset
for help on using the changeset viewer.