964912e126
From Nathan Ahlstrom <nrahlstr@winternet.com> in pkg/12343 with modifications from me.
27 lines
692 B
Text
27 lines
692 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2001/03/07 08:34:52 skrll Exp $
|
|
|
|
--- configure.orig Tue Mar 6 14:14:17 2001
|
|
+++ configure Tue Mar 6 14:14:40 2001
|
|
@@ -9,7 +9,7 @@
|
|
|
|
# Defaults:
|
|
ac_help=
|
|
-ac_default_prefix=/usr/local
|
|
+ac_default_prefix=${PREFIX}
|
|
# Any additions from configure.in:
|
|
ac_help="$ac_help
|
|
--enable-shared[=PKGS] build shared libraries [default=yes]"
|
|
@@ -728,11 +728,11 @@
|
|
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
|
fi
|
|
cat >> confdefs.h <<EOF
|
|
-#define PACKAGE "$PACKAGE"
|
|
+#define MNG_PACKAGE "$PACKAGE"
|
|
EOF
|
|
|
|
cat >> confdefs.h <<EOF
|
|
-#define VERSION "$VERSION"
|
|
+#define MNG_VERSION "$VERSION"
|
|
EOF
|
|
|
|
|