Changeset 8a9b23c in git


Ignore:
Timestamp:
May 6, 1997, 7:17:56 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
43d6c5e0633d3e100f8b9f03090a0b47e622409d
Parents:
63eab75b813566a3916ad6806e505bbb1bffb25f
Message:
Tue May  6 09:30:51 1997  Olaf Bachmann
<obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>

	* configure.in: Manuallu put INSTALL into Makefile.in

T


git-svn-id: file:///usr/local/Singular/svn/trunk@268 2c84dea3-7e68-4137-9b89-c4e89433aadc
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:19 obachman Exp $
     1# $Id: Makefile.in,v 1.3 1997-05-06 17:17:54 obachman Exp $
    22#################################################
    33SHELL           = /bin/sh
     
    2828RANLIB          = @RANLIB@
    2929CXX             = @CXX@
    30 INSTALL         = @INSTALL@
    31 INSTALL_DATA    = @INSTALL_DATA@
    32 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    33 MKINSTALLDIRS   = @MKINSTALLDIRS@
     30INSTALL         = ./install-sh -c
     31INSTALL_PROGRAM = ${INSTALL}
     32INSTALL_DATA    = ${INSTALL} -m 644
     33MKINSTALLDIRS   = ./mkinstalldirs
    3434
    3535##
  • libfac/configure

    r63eab7 r8a9b23c  
    794794fi
    795795
    796 ac_save_path=${PATH}
    797 PATH="$PATH:.." 
    798 ac_aux_dir=
    799 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
    800   if test -f $ac_dir/install-sh; then
    801     ac_aux_dir=$ac_dir
    802     ac_install_sh="$ac_aux_dir/install-sh -c"
    803     break
    804   elif test -f $ac_dir/install.sh; then
    805     ac_aux_dir=$ac_dir
    806     ac_install_sh="$ac_aux_dir/install.sh -c"
    807     break
    808   fi
    809 done
    810 if test -z "$ac_aux_dir"; then
    811   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
    812 fi
    813 ac_config_guess=$ac_aux_dir/config.guess
    814 ac_config_sub=$ac_aux_dir/config.sub
    815 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 or
    819 # incompatible versions:
    820 # SysV /etc/install, /usr/sbin/install
    821 # SunOS /usr/etc/install
    822 # IRIX /sbin/install
    823 # AIX /bin/install
    824 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
    825 # 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>&6
    828 if test -z "$INSTALL"; then
    829 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    830   echo $ac_n "(cached) $ac_c" 1>&6
    831 else
    832     IFS="${IFS=         }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    833   for ac_dir in $PATH; do
    834     # Account for people who put trailing slashes in PATH elements.
    835     case "$ac_dir/" in
    836     /|./|.//|/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; do
    840         if test -f $ac_dir/$ac_prog; then
    841           if test $ac_prog = install &&
    842             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
    843             # AIX install.  It has an incompatible calling convention.
    844             # OSF/1 installbsd also uses dspmsg, but is usable.
    845             :
    846           else
    847             ac_cv_path_install="$ac_dir/$ac_prog -c"
    848             break 2
    849           fi
    850         fi
    851       done
    852       ;;
    853     esac
    854   done
    855   IFS="$ac_save_ifs"
    856 
    857 fi
    858   if test "${ac_cv_path_install+set}" = set; then
    859     INSTALL="$ac_cv_path_install"
    860   else
    861     # As a last resort, use the slow shell script.  We don't cache a
    862     # path for INSTALL within a source directory, because that will
    863     # break other packages using the cache if that directory is
    864     # removed, or if the path is relative.
    865     INSTALL="$ac_install_sh"
    866   fi
    867 fi
    868 echo "$ac_t""$INSTALL" 1>&6
    869 
    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=$2
    878 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    879 if eval "test \"`echo '$''{'ac_cv_path_MKINSTALLDIRS'+set}'`\" = set"; then
    880   echo $ac_n "(cached) $ac_c" 1>&6
    881 else
    882   case "$MKINSTALLDIRS" in
    883   /*)
    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; do
    889     test -z "$ac_dir" && ac_dir=.
    890     if test -f $ac_dir/$ac_word; then
    891       ac_cv_path_MKINSTALLDIRS="$ac_dir/$ac_word"
    892       break
    893     fi
    894   done
    895   IFS="$ac_save_ifs"
    896   test -z "$ac_cv_path_MKINSTALLDIRS" && ac_cv_path_MKINSTALLDIRS="-mkdir -p"
    897   ;;
    898 esac
    899 fi
    900 MKINSTALLDIRS="$ac_cv_path_MKINSTALLDIRS"
    901 if test -n "$MKINSTALLDIRS"; then
    902   echo "$ac_t""$MKINSTALLDIRS" 1>&6
    903 else
    904   echo "$ac_t""no" 1>&6
    905 fi
    906 
    907 PATH="$ac_save_path"
    908 
    909796ac_safe=`echo "factory.h" | tr './\055' '___'`
    910797echo $ac_n "checking for factory.h""... $ac_c" 1>&6
     
    913800else
    914801  cat > conftest.$ac_ext <<EOF
    915 #line 916 "configure"
     802#line 803 "configure"
    916803#include "confdefs.h"
    917804#include <factory.h>
    918805EOF
    919806ac_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; }
    921808ac_err=`grep -v '^ *+' conftest.out`
    922809if test -z "$ac_err"; then
     
    946833else
    947834  cat > conftest.$ac_ext <<EOF
    948 #line 949 "configure"
     835#line 836 "configure"
    949836#include "confdefs.h"
    950837
     
    996883; return 0; }
    997884EOF
    998 if { (eval echo configure:999: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     885if { (eval echo configure:886: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    999886  rm -rf conftest*
    1000887  ac_cv_c_const=yes
     
    1022909for ac_kw in inline __inline__ __inline; do
    1023910  cat > conftest.$ac_ext <<EOF
    1024 #line 1025 "configure"
     911#line 912 "configure"
    1025912#include "confdefs.h"
    1026913
     
    1030917; return 0; }
    1031918EOF
    1032 if { (eval echo configure:1033: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     919if { (eval echo configure:920: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    1033920  rm -rf conftest*
    1034921  ac_cv_c_inline=$ac_kw; break
     
    11631050
    11641051ac_given_srcdir=$srcdir
    1165 ac_given_INSTALL="$INSTALL"
    11661052
    11671053trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    12071093s%@RANLIB@%$RANLIB%g
    12081094s%@AR@%$AR%g
    1209 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
    1210 s%@INSTALL_DATA@%$INSTALL_DATA%g
    1211 s%@MKINSTALLDIRS@%$MKINSTALLDIRS%g
    12121095s%@CXXTEMPLFLAGS@%$CXXTEMPLFLAGS%g
    12131096
     
    12511134  esac
    12521135
    1253   case "$ac_given_INSTALL" in
    1254   [/$]*) INSTALL="$ac_given_INSTALL" ;;
    1255   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    1256   esac
    12571136  echo creating "$ac_file"
    12581137  rm -f "$ac_file"
     
    12671146s%@srcdir@%$srcdir%g
    12681147s%@top_srcdir@%$top_srcdir%g
    1269 s%@INSTALL@%$INSTALL%g
    12701148" -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
    12711149fi; done
  • libfac/configure.in

    r63eab7 r8a9b23c  
    8787
    8888dnl
    89 dnl programs for installation
    90 dnl
    91 ac_save_path=${PATH}
    92 PATH="$PATH:.." 
    93 AC_PROG_INSTALL
    94 AC_PATH_PROG(MKINSTALLDIRS, mkinstalldirs, -mkdir -p)
    95 PATH="$ac_save_path"
    96 
    97 dnl
    9889dnl Checks for header files.
    9990dnl
Note: See TracChangeset for help on using the changeset viewer.