summaryrefslogtreecommitdiff
path: root/math/grace/files/patch-aa
blob: b8b15fb951099c2c2db543b24f2d851cc3ca49f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
*** configure.orig	Sun Aug 22 12:11:35 1999
--- configure	Fri Sep 10 16:22:17 1999
***************
*** 1096,1106 ****
  
  if test "x${GCC}" = "xyes"
  then
-     case "${host}" in
-     i?86-*-linux-*) CFLAGS="-m486 -malign-double $CFLAGS";;
-     i?86-*) CFLAGS="-m486 $CFLAGS";;
-   esac
- 
      echo $ac_n "checking "for gcc strength-reduce bug"""... $ac_c" 1>&6
  echo "configure:1106: checking "for gcc strength-reduce bug"" >&5
  if eval "test \"`echo '$''{'ac_cv_c_gcc_strength_bug'+set}'`\" = set"; then
--- 1096,1101 ----
***************
*** 1832,1838 ****
  # It thinks the first close brace ends the variable substitution.
  test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  
! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  
  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  
--- 1827,1833 ----
  # It thinks the first close brace ends the variable substitution.
  test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  
! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555'
  
  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  
***************
*** 8939,8942 ****
  chmod +x $CONFIG_STATUS
  rm -fr confdefs* $ac_clean_files
  test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
- 
--- 8934,8936 ----