Sam TH wrote:
> 
> Well, I've fixed the tinderbox-internal issues, except for the Win32
> box, which I don't have access to.
> 
> I've also committed one fix that should help out the BSD tree, relating to =
> makefile include paths.

Attached is a very small diff that will fix at least one problem. Apply
it to the psiconv tree.

Thanks,
  Frodo

-- 
Frodo Looijaard <[EMAIL PROTECTED]>  PGP key and more: http://huizen.dds.nl/~frodol
Defenestration n. (formal or joc.):
  The act of removing Windows from your computer in disgust, usually followed
  by the installation of Linux or some other Unix-like operating system.
Index: configure.in
===================================================================
RCS file: /cvsroot/psiconv/configure.in,v
retrieving revision 1.1.1.1
diff -u -2 -r1.1.1.1 configure.in
--- configure.in        2001/01/19 05:17:07     1.1.1.1
+++ configure.in        2001/01/19 17:09:13
@@ -135,5 +135,5 @@
 AC_FUNC_VPRINTF
 AC_REPLACE_FUNCS(strdup)
-AC_CHECK_FUNCS(getopt_long,,LIBOBJS="$LIBOBJS getopt.o getopt1.o")
+AC_CHECK_FUNCS(getopt_long,,LIBOBJS="$LIBOBJS getopt.lo getopt1.lo")
 
 

Reply via email to