public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] build from CVS with recent autotools
@ 2005-11-23 10:13 Martin Jansche
  2006-02-10 15:30 ` Brian Gough
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansche @ 2005-11-23 10:13 UTC (permalink / raw)
  To: gsl-discuss

The following changes are sufficient for building from CVS sources
with recent autotools (I'm using automake 1.9.6, autoconf 2.59, and
libtool 1.5a).

---
Index: configure.ac
===================================================================
RCS file: /cvs/gsl/gsl/configure.ac,v
retrieving revision 1.24
diff -u -r1.24 configure.ac
--- configure.ac        13 Sep 2005 09:56:23 -0000      1.24
+++ configure.ac        22 Nov 2005 21:59:31 -0000
@@ -48,10 +48,8 @@
 AC_PROG_CPP
 AC_PROG_INSTALL
 AC_PROG_LN_S
-AC_CHECK_TOOL(RANLIB, ranlib, :)
-AC_CHECK_TOOL(AR, ar, :)
-#AC_PROG_RANLIB
-AC_PROG_LIBTOOL
+
+LT_INIT

 dnl Check compiler features
 AC_TYPE_SIZE_T
Index: autogen.sh
===================================================================
RCS file: /cvs/gsl/gsl/autogen.sh,v
retrieving revision 1.8
diff -u -r1.8 autogen.sh
--- autogen.sh  11 Sep 2004 14:10:17 -0000      1.8
+++ autogen.sh  22 Nov 2005 21:59:31 -0000
@@ -4,7 +4,7 @@
 # configure program

 libtoolize --automake
-aclocal
+aclocal -I .
 automake --add-missing --gnu
 autoconf
 echo "Now use ./configure --enable-maintainer-mode"
---
Cheers,
-- mj

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

* Re: [PATCH] build from CVS with recent autotools
  2005-11-23 10:13 [PATCH] build from CVS with recent autotools Martin Jansche
@ 2006-02-10 15:30 ` Brian Gough
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Gough @ 2006-02-10 15:30 UTC (permalink / raw)
  To: Martin Jansche; +Cc: gsl-discuss

Martin Jansche writes:
 > The following changes are sufficient for building from CVS sources
 > with recent autotools (I'm using automake 1.9.6, autoconf 2.59, and
 > libtool 1.5a).
 > 

Thanks.  I am still using the previous libtool (1.4.x), due to the
spurious checks for C++ and Fortran introduced in libtool 1.5.  Do you
know if that is fixed yet?

-- 
Brian Gough

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

end of thread, other threads:[~2006-02-10 15:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-23 10:13 [PATCH] build from CVS with recent autotools Martin Jansche
2006-02-10 15:30 ` Brian Gough

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).