f1ab891133
math/xgap. XGAP is a graphical user interface for GAP, it extends the GAP library with functions dealing with graphic sheets and objects. Using these functions it also supplies a graphical interface for investigating the subgroup lattice of a group, giving you easy access to the low index subgroups, prime quotient and Reidemeister-Schreier algorithms and many other GAP functions for groups and subgroups.
22 lines
589 B
Text
22 lines
589 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2002/12/22 19:26:57 cjep Exp $
|
|
|
|
--- configure.orig Sat Mar 17 08:38:40 2001
|
|
+++ configure
|
|
@@ -595,7 +595,7 @@ if test -z "$MAKE"; then
|
|
fi
|
|
|
|
ac_aux_dir=
|
|
-for ac_dir in ../../cnf $srcdir/../../cnf; do
|
|
+for ac_dir in ${GAP_DIRECTORY}/cnf $srcdir/../../cnf; do
|
|
if test -f $ac_dir/install-sh; then
|
|
ac_aux_dir=$ac_dir
|
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
|
@@ -900,7 +900,7 @@ else
|
|
fi
|
|
|
|
|
|
-gapdir=`(cd ../..;pwd)`
|
|
+gapdir=${GAP_DIRECTORY}
|
|
trap '' 1 2 15
|
|
cat > confcache <<\EOF
|
|
# This file is a shell script that caches the results of configure
|