I noticed in David's recent REQUIREMENTS patch that the nearby prc-tools
link is way wrong and in fact, because Palm is a corporate entity and
thus doesn't understand URL longevity, 404-compliant.
This patch fixes it there and in the FAQ.
Furthermore it has never been reasonable to refer to "Palm's version
of prc-tools" and doing so certainly hasn't been valid for almost two
years now. The patch below changes occurrences of that to "prc-tools 2.x",
which will be generic enough for rather a while yet.
BTW you mean --with-prc-tools=xyz rather than --enable-palmos etc :-).
John
Index: REQUIREMENTS
===================================================================
RCS file: /cvs/plucker/plucker_src/REQUIREMENTS,v
retrieving revision 1.40
diff -u -p -r1.40 REQUIREMENTS
--- REQUIREMENTS 24 Feb 2003 01:06:40 -0000 1.40
+++ REQUIREMENTS 26 Feb 2003 11:33:10 -0000
@@ -101,7 +101,7 @@ sure that they are in your path).
Where you find the tools:
-prc-tools: http://www.palm.com/devzone/tools/gcc/
+prc-tools: http://prc-tools.sourceforge.net/
SDK5: http://www.palmos.com/cgi-bin/sdk50.cgi
pilrc (v2.8 or later): http://www.pilrc.com/
ZLib: http://www.info-zip.org/pub/infozip/zlib/
Index: FAQ
===================================================================
RCS file: /cvs/plucker/plucker_src/FAQ,v
retrieving revision 1.24
diff -u -p -r1.24 FAQ
--- FAQ 26 Sep 2002 15:26:20 -0000 1.24
+++ FAQ 26 Feb 2003 11:33:10 -0000
@@ -353,11 +353,11 @@ Development:
When running configure it will evaluate your configuration and set
the correct version of prc-tools. It is also possible to set this
manually using --enable-palmos-coff for prc-tools-0.6.0beta or
- --enable-palmos for Palm's version of prc-tools.
+ --enable-palmos for prc-tools 2.x.
- Palm's version of prc-tools can be downloaded at:
+ prc-tools 2.x can be downloaded at:
- http://www.palmos.com/dev/tech/tools/gcc/
+ http://prc-tools.sourceforge.net/
and prc-tools-0.6.0beta can be downloaded at:
Index: docs/FAQ.sgml
===================================================================
RCS file: /cvs/plucker/plucker_src/docs/FAQ.sgml,v
retrieving revision 1.10
diff -u -p -r1.10 FAQ.sgml
--- docs/FAQ.sgml 8 Jan 2003 00:28:27 -0000 1.10
+++ docs/FAQ.sgml 26 Feb 2003 11:33:11 -0000
@@ -726,16 +726,16 @@
When running configure it will evaluate your configuration and set
the correct version of prc-tools. It is also possible to set this
manually using --enable-palmos-coff for prc-tools-0.6.0beta or
- --enable-palmos for Palm's version of prc-tools.
+ --enable-palmos for prc-tools 2.x.
</para>
<para>
- Palm's version of prc-tools can be downloaded at:
+ prc-tools 2.x can be downloaded at:
</para>
<blockquote>
<para>
- <ulink
url="http://www.palmos.com/dev/tech/tools/gcc/">http://www.palmos.com/dev/tech/tools/gcc/</ulink>
+ <ulink
url="http://prc-tools.sourceforge.net/">http://prc-tools.sourceforge.net/</ulink>
</para>
</blockquote>
Index: configure.in
===================================================================
RCS file: /cvs/plucker/plucker_src/configure.in,v
retrieving revision 1.89
diff -u -p -r1.89 configure.in
--- configure.in 14 Feb 2003 05:39:43 -0000 1.89
+++ configure.in 26 Feb 2003 11:33:10 -0000
@@ -325,7 +325,7 @@ dnl ====================================
AC_ARG_ENABLE(palmosbuild, [ --disable-palmosbuild don't build the viewer
application and ZLib library ], BUILD_PRC=no, CONFIG_DIR="$CONFIG_DIR $VIEWER_DIR";
BUILD_PRC=yes)
AC_SUBST(BUILD_PRC)
-AC_ARG_ENABLE(palmos, [ --enable-palmos use Palm's version of prc-tools ])
+AC_ARG_ENABLE(palmos, [ --enable-palmos use prc-tools 2.x ])
AC_ARG_ENABLE(palmos-coff, [ --enable-palmos-coff use A4 based version of
prc-tools ])
AC_ARG_WITH(version, [ --with-version=VERSION set the version])
AC_ARG_WITH(category, [ --with-category=CATEGORY
Index: viewer/configure.in
===================================================================
RCS file: /cvs/plucker/plucker_src/viewer/configure.in,v
retrieving revision 1.86
diff -u -p -r1.86 configure.in
--- viewer/configure.in 24 Feb 2003 01:03:17 -0000 1.86
+++ viewer/configure.in 26 Feb 2003 11:33:11 -0000
@@ -45,7 +45,7 @@ dnl Append extra source files that shoul
OS_EXTRA_SRC=""
TYPE=
-AC_ARG_ENABLE(palmos, [ --enable-palmos use Palm's version of prc-tools ],
TYPE=palmos)
+AC_ARG_ENABLE(palmos, [ --enable-palmos use prc-tools 2.x ], TYPE=palmos)
AC_ARG_ENABLE(palmos-coff, [ --enable-palmos-coff use A4 based version of
prc-tools ], TYPE=palmos-coff)
dnl Try to figure out build environment
_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev