unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Jan Nieuwenhuizen <janneke@gnu.org>
Subject: guile-cvs on Debian/unstable
Date: Thu, 10 Oct 2002 14:54:16 +0200	[thread overview]
Message-ID: <87wuoq3153.fsf@peder.flower> (raw)


It seems that Guile won't accept automake-1.7; and automake 1.6a is
not detected on Debian GNU/Linux.

Below the patch I used.  I must be missing something, is none of you
running Debian?

Greetings,
Jan.


2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>

	* autogen.sh: Accept automake-1.6a, for Debian unstable.
	
	* guile-aclocal.sh: Likewise for aclocal-1.6a.


Index: autogen.sh
===================================================================
RCS file: /cvsroot/guile/guile/guile-core/autogen.sh,v
retrieving revision 1.27
diff -p -u -r1.27 autogen.sh
--- autogen.sh	5 Oct 2002 11:52:07 -0000	1.27
+++ autogen.sh	10 Oct 2002 12:48:15 -0000
@@ -76,7 +76,7 @@ fi
 
 
 # configure.in reqs automake-1.6; try to find it
-for suf in "-1.6" "1.6" ""  false; do
+for suf in "-1.6" "1.6" "-1.6a" ""  false; do
   version=`automake$suf --version 2>/dev/null | head -1 | awk '{print $NF}' | awk -F. '{print $1 * 10 + $2}'`
   if test "0$version" -eq 16; then
     automake=automake$suf
Index: guile-aclocal.sh
===================================================================
RCS file: /cvsroot/guile/guile/guile-core/guile-aclocal.sh,v
retrieving revision 1.2
diff -p -u -r1.2 guile-aclocal.sh
--- guile-aclocal.sh	26 Apr 2002 18:05:08 -0000	1.2
+++ guile-aclocal.sh	10 Oct 2002 12:48:15 -0000
@@ -4,4 +4,23 @@
 # invocation of aclocal is specified.  It is called from both
 # autogen.sh and the Makefile.
 
-aclocal -I guile-config
+################################################################
+
+#detect aclocal version
+
+
+# configure.in reqs aclocal-1.6; try to find it
+for suf in "-1.6" "1.6" "-1.6a" ""  false; do
+  version=`aclocal$suf --version 2>/dev/null | head -1 | awk '{print $NF}' | awk -F. '{print $1 * 10 + $2}'`
+  if test "0$version" -eq 16; then
+    aclocal=aclocal$suf
+    break
+  fi
+done
+
+if test -z "$aclocal"; then
+    echo "ERROR: Please install aclocal 1.6.x"
+    exit 1
+fi
+
+$aclocal -I guile-config

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org



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


             reply	other threads:[~2002-10-10 12:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-10 12:54 Jan Nieuwenhuizen [this message]
2002-10-10 15:44 ` guile-cvs on Debian/unstable Rob Browning

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wuoq3153.fsf@peder.flower \
    --to=janneke@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).