Frodo Looijaard wrote:
> 
 
I wrote (doing too many things at once):

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

I have attached a new patch, because we can't assume people have
automake and autoconf...

Sorry for this,
  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
===================================================================
RCS file: /cvsroot/psiconv/configure,v
retrieving revision 1.1.1.1
diff -u -2 -r1.1.1.1 configure
--- configure   2001/01/19 05:17:25     1.1.1.1
+++ configure   2001/01/19 17:45:35
@@ -2298,5 +2298,5 @@
 else
   echo "$ac_t""no" 1>&6
-LIBOBJS="$LIBOBJS getopt.o getopt1.o"
+LIBOBJS="$LIBOBJS getopt.lo getopt1.lo"
 fi
 done
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:45:36
@@ -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")
 
 
Index: compat/Makefile.in
===================================================================
RCS file: /cvsroot/psiconv/compat/Makefile.in,v
retrieving revision 1.1.1.1
diff -u -2 -r1.1.1.1 Makefile.in
--- compat/Makefile.in  2001/01/19 05:17:37     1.1.1.1
+++ compat/Makefile.in  2001/01/19 17:45:36
@@ -99,5 +99,5 @@
 CCLD = $(CC)
 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-DIST_COMMON =  Makefile.am Makefile.in getopt.c getopt1.c strdup.c
+DIST_COMMON =  Makefile.am Makefile.in strdup.c
 
 
@@ -106,5 +106,5 @@
 TAR = tar
 GZIP_ENV = --best
-DEP_FILES =  .deps/dummy.P .deps/getopt.P .deps/getopt1.P .deps/strdup.P
+DEP_FILES =  .deps/dummy.P .deps/strdup.P
 SOURCES = $(libcompat_la_SOURCES)
 OBJECTS = $(libcompat_la_OBJECTS)

Reply via email to