summaryrefslogtreecommitdiffstats
path: root/math/guppi/files/patch-configure
blob: 502653ff7d67da41ca590e3c79e3ac9a26bdac27 (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

$FreeBSD: ports/math/guppi/files/patch-configure,v 1.4 2002/03/14 14:24:24 sobomax Exp $

--- configure.orig  Thu Mar 14 15:27:59 2002
+++ configure   Thu Mar 14 15:30:18 2002
@@ -1259,10 +1259,10 @@
 
 # The aliases save the names the user supplied, while $host etc.
 # will get canonicalized.
-test -n "$target_alias" &&
-  test "$program_prefix$program_suffix$program_transform_name" = \
-    NONENONEs,x,x, &&
-  program_prefix=${target_alias}-
+#test -n "$target_alias" &&
+#  test "$program_prefix$program_suffix$program_transform_name" = \
+#    NONENONEs,x,x, &&
+#  program_prefix=${target_alias}-
 
 ac_config_headers="$ac_config_headers config.h"
 
@@ -11158,15 +11158,13 @@
 
 gnumeric_msg="not enabled"
 gnumeric_enabled=no
-GNUMERIC_IDLDIR=""
 GUPPI_GNUMERIC_LIBS=""
 GUPPI_GNUMERIC_CFLAGS=""
 GUPPI_GNUMERIC_GRAPH_VERSION=Graph_v2
 if test x"$enable_gnumeric" = xyes; then
     echo "$as_me:11166: checking Gnumeric is installed" >&5
 echo $ECHO_N "checking Gnumeric is installed... $ECHO_C" >&6
-    if gnome-config --moddatadir gnumeric > /dev/null 2>&1; then
-   GNUMERIC_IDLDIR=`gnome-config --moddatadir gnumeric`/idl
+    if /usr/bin/true; then
 
    echo "$as_me:11171: result: yes" >&5
 echo "${ECHO_T}yes" >&6