diff options
Diffstat (limited to 'devel/sdcc/files/patch-af')
| -rw-r--r-- | devel/sdcc/files/patch-af | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/devel/sdcc/files/patch-af b/devel/sdcc/files/patch-af new file mode 100644 index 000000000000..bd1aa572a8b5 --- /dev/null +++ b/devel/sdcc/files/patch-af @@ -0,0 +1,38 @@ +*** configure.orig Thu May 27 14:51:34 1999 +--- configure Thu Aug 26 18:15:36 1999 +*************** +*** 1075,1081 **** + # ./install, which can be erroneously created by make from ./install.sh. + echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 + echo "configure:1078: checking for a BSD compatible install" >&5 +! if test -z "$INSTALL"; then + if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +--- 1075,1081 ---- + # ./install, which can be erroneously created by make from ./install.sh. + echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 + echo "configure:1078: checking for a BSD compatible install" >&5 +! if true; then + if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +*** s51.src/configure.orig Thu Aug 26 18:13:19 1999 +--- s51.src/configure Thu Aug 26 18:13:49 1999 +*************** +*** 812,818 **** + # ./install, which can be erroneously created by make from ./install.sh. + echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 + echo "configure:815: checking for a BSD compatible install" >&5 +! if test -z "$INSTALL"; then + if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +--- 812,818 ---- + # ./install, which can be erroneously created by make from ./install.sh. + echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 + echo "configure:815: checking for a BSD compatible install" >&5 +! if true ; then + if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else |
