unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Problem building CVS Guile with automake 1.6.1
@ 2002-04-26  9:03 Matthias Koeppe
  2002-04-26 11:33 ` Alexandre Duret-Lutz
  0 siblings, 1 reply; 5+ messages in thread
From: Matthias Koeppe @ 2002-04-26  9:03 UTC (permalink / raw)
  Cc: automake

Guile's `guile-aclocal.sh' script fails with automake 1.6.1.  Here is
the relevant part:

 |  # copy all installed aclocal files into $temp
 |  cp `aclocal --print-ac-dir`/*.m4 $temp
 |  
 |  # remove the .m4 files installed by Guile from $temp, so they don't
 |  # cause conflicts
 |  rm -f ${temp}/guile.m4 ${temp}/qthreads.m4
 |  
 |  aclocal --acdir=$temp -I .

As far as I understand it, this fails with automake 1.6.1 because the
"aclocal" library location is versioned with the automake API version.
On my system, the location is 

   /localapp/imosoft/sparcv9-sun-solaris2.7/share/aclocal-1.6

but 

 aclocal --print-ac-dir 
  ==> /localapp/imosoft/sparcv9-sun-solaris2.7/share/aclocal

which happens to point to an old (1.4) installation of the aclocal
library.

When aclocal is invoked with --acdir set to a copy of this library, 
automake fails with these messages:

configure.in:28: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:28: old Automake version.  You should recreate aclocal.m4
configure.in:28: with aclocal and run automake again.

Clearly something needs to be fixed.  Is it aclocal (to return the
versioned "aclocal" directory) or Guile?

-- 
Matthias Köppe -- http://www.math.uni-magdeburg.de/~mkoeppe

_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-04-26 17:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-26  9:03 Problem building CVS Guile with automake 1.6.1 Matthias Koeppe
2002-04-26 11:33 ` Alexandre Duret-Lutz
2002-04-26 14:37   ` Matthias Koeppe
2002-04-26 17:19     ` Marius Vollmer
2002-04-26 17:53     ` Thien-Thi Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).