F Labrosse <[EMAIL PROTECTED]> writes:
[snip]
> No I have the following problem. When I check for qt with:
>
> AC_CHECK_LIB(qt, main,
[snip]
I had the exact same problem. Solved it by using AC_TRY_LINK instead.
BTW, I've already written a pretty extensive Qt-check macro. Feel free
to chec
Tom Tromey <[EMAIL PROTECTED]> writes:
> >>>>> "Morten" == Morten Eriksen <[EMAIL PROTECTED]> writes:
>
> Morten> BTW, I've already written a pretty extensive Qt-check macro. Feel free
> Morten> to check it out, its part of our SoQ
Tom Tromey <[EMAIL PROTECTED]> writes:
> tom> There are a few tools like this. GNU stow is one. There is at least
> tom> one other one whose name I forgot.
>
> Paul> I think you're thinking of depot.
>
> It wasn't depot -- I forgot all about that one. So there's still
> one more out there.
Tom Tromey <[EMAIL PROTECTED]> writes:
[about making it possible to set PACKAGE]
> We could add it, but it doesn't seem that useful in general.
It'd be nice to be able to name ``libmyfancylib'' as
``libmyfancylibdbg'' depending on a --disable-debug option to
configue, for instance, to make it po
Morten Eriksen <[EMAIL PROTECTED]>
+
+* depcomp: tell SGI MIPSpro compilers to generate dependencies
+through the pre-processor (only CVS libtool has the -Wc option
+yet).
+
2000-05-15 Brendan O'Dea <[EMAIL PROTECTED]>
* missing: Add supp
Hi,
I discovered an unpleasant problem in the depcomp "sgi" dependency
generation code: the first line of the .Plo file will get truncated on
IRIX systems with SGI sed where the line is > 8192 characters (i.e. a
sourcefile with a large set of dependencies).
This can (and more often than not _wil
..]
This seems to be the same as PR21, BTW.
Here's a suggestion for a fix:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2000-06-02 Morten Eriksen <[EMAIL PROTECTED]>
* depcomp: workaround for problem with SGI IRIX sed (it can only
handle line
Another suggestion for a fix -- I don't know if this is to be
considered worse or better than the previous patch. Is this way of
using tail portable? (The _only_ other use of tail I could find in
Autoconf and Automake is in depcomp.)
Regards,
Morten
Index: depcomp
===
ite a dummy Makefile comment to the
"$depfile".
Regards,
Morten Eriksen
Index: ChangeLog
===
RCS file: /cvs/automake/automake/ChangeLog,v
retrieving revision 1.872
diff -u -r1.872 ChangeLog
--- ChangeLog 2000/06/02 23:27:02
ompiling your sources and the .Po files still only
contains "#dummy" afterwards, the configure script probably couldn't
figure out a way to get your compiler to output dependency information
(not that it tries particularly hard, there's room for improvement, I
believe).
Regards,
Morten Eriksen
quot; scheme.
This patch will check if a "$tmpdepfile" was actually written for each
source file, and if not; just write a dummy Makefile comment to the
"$depfile".
Regards,
Morten Eriksen
Index: ChangeLog
==
Simon Richter <[EMAIL PROTECTED]> writes:
> probably this is a FAQ, [...]
I don't think there's a decent FAQ for any of the trio of
configure/build tools, so you should be on safe ground. :^)
> but i couldn't find an answer: How can I tell automake to check for
> a C++ library (i.e. that contai
Diego Sevilla Ruiz <[EMAIL PROTECTED]> writes:
> [...] AC_CONFIG_SUBDIRS [...] does automake support this macro and
> descend to the subdirectories to build Makefile.in, etc?
No.
> (and autoconf for generating its corresonding subdir/configure?
No.
> or must I do it myself?
Yes.
If you know
Hi,
it'd be nice if something like the attached patch could go into
Automake. It'd save a lot of recompiling for developers writing
libraries.
2000-10-02 Morten Eriksen <[EMAIL PROTECTED]>
* header.am (install-@DIR@HEADERS): Don't install a header file if
Re-resending this patch.
2000-06-04 Morten Eriksen <[EMAIL PROTECTED]>
* depcomp: fixed bug in sgi dependency tracking mode with
sourcecode files which does not contain any dependencies to other
source files.
Regards,
Morten
Hi,
this patch was never appli
/cvs/automake/automake/ChangeLog,v
retrieving revision 1.891
diff -u -r1.891 ChangeLog
--- ChangeLog 2000/10/06 22:49:14 1.891
+++ ChangeLog 2000/10/09 10:59:37
@@ -1,3 +1,8 @@
+2000-10-09 Morten Eriksen <[EMAIL PROTECTED]>
+
+ * aclocal.in (write_aclocal): Don't write acl
===
RCS file: /cvs/automake/automake/ChangeLog,v
retrieving revision 1.891
diff -u -r1.891 ChangeLog
--- ChangeLog 2000/10/06 22:49:14 1.891
+++ ChangeLog 2000/10/09 14:43:56
@@ -1,3 +1,12 @@
+2000-10-09 Morten Eriksen <[EM
/ChangeLog,v
retrieving revision 1.891
diff -u -r1.891 ChangeLog
--- ChangeLog 2000/10/06 22:49:14 1.891
+++ ChangeLog 2000/10/09 17:46:26
@@ -1,3 +1,8 @@
+2000-10-09 Morten Eriksen <[EMAIL PROTECTED]>
+
+ * depcomp (msvisualcpp): New dependency tracking mode, this one
+ work
04
diff -u -r1.904 ChangeLog
--- ChangeLog 2000/10/23 18:58:33 1.904
+++ ChangeLog 2000/11/15 11:41:42
@@ -1,3 +1,8 @@
+2000-11-15 Morten Eriksen <[EMAIL PROTECTED]>
+
+ * aclocal.in (write_aclocal): Set ``binmode'' after file has been
+ opened, otherwise it ha
Akim,
> In fact, I am still against generic hooks because that's a bad thing
> to do. Nobody where ever imagine doing this in another programming
> language. [...]
Emacs Lisp comes to mind.. ;-)
Regards,
Morten
David,
[depcomp with SGI MIPSpro]
> The second is optional; to shorten some very long dependency lines I
> pruned out all the system headers (all headers with absolute paths).
The problem you're probably seeing without your patch is probably
lines that are cut off, thereby giving you faulty depe
21 matches
Mail list logo