libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool 1.4.3 vs. UnixWare/OpenUNIX


From: Robert Boehne x238
Subject: Re: libtool 1.4.3 vs. UnixWare/OpenUNIX
Date: Tue, 25 Mar 2003 17:53:13 -0600

Ok, here is a patch to fix the bootstrap problem.  I'm going to
check this in as obvious.  Apparently the testsuite would run
without running autoheader in the f77demo directory, but without
config.h support, the Fortran demo doesn't do so well.

Thanks,

Robert

Bob Friesenhahn wrote:
> 
> On Tue, 25 Mar 2003, Christian Cornelssen wrote:
> 
> > Hi,
> >
> > On Tue, 25 Mar 2003, Bob Friesenhahn wrote:
> >
> > > configure.ac:31: required file `./config-h.in' not found
> > >                                 ^^^^^^^^^^^^^^^^^^^^^^^^
> > >
> > > I have the following patch applied to my own copy
> > > [...]
> >
> > IIRC, the toplevel `configure.ac' patch (declaration of `config.h')
> > has been reverted and moved to the libltdl subdirectory, which is why
> > the bootstrap patch has been updated accordingly.
> 
> Just to clarify, my bootstrap output was just as shown.  It is a
> straight checkout from libtool CVS.
> 
> There is no configure.ac support to cause config-h.in to be created.
> 
> Bob
> ======================================
> Bob Friesenhahn
> address@hidden
> http://www.simplesystems.org/users/bfriesen
> 
> _______________________________________________
> Libtool-patches mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/libtool-patches

-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  rboehne AT ricardo-us DOT com
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libtool/libtool/ChangeLog,v
retrieving revision 1.1209
diff -u -r1.1209 ChangeLog
--- ChangeLog   22 Mar 2003 06:46:07 -0000      1.1209
+++ ChangeLog   25 Mar 2003 23:51:13 -0000
@@ -1,3 +1,8 @@
+2003-03-25  Robert Boehne  <address@hidden>
+
+       * bootstrap: Add f77demo to the directories that AUTOHEADER
+       is run in.
+
 2003-03-21  Wesley W. Terpstra <address@hidden>
 
        * ltmain.in: Don't accumulate directory information in clean mode.
Index: bootstrap
===================================================================
RCS file: /cvsroot/libtool/libtool/bootstrap,v
retrieving revision 1.24
diff -u -r1.24 bootstrap
--- bootstrap   25 Feb 2003 00:30:28 -0000      1.24
+++ bootstrap   25 Mar 2003 23:51:13 -0000
@@ -42,6 +42,7 @@
 
   $ACLOCAL
   test $sub = libltdl && $AUTOHEADER
+  test $sub = f77demo && $AUTOHEADER
   eval $AUTOMAKE $AUTOMAKE_FLAGS
   $AUTOCONF
   cd $top_srcdir

reply via email to

[Prev in Thread] Current Thread [Next in Thread]