unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Neil Jerram <neil@ossau.uklinux.net>
To: Guile Development <guile-devel@gnu.org>
Subject: Patch to fix working of autogen.sh
Date: Sun, 28 Jan 2007 09:44:10 +0000	[thread overview]
Message-ID: <87d54z4hat.fsf@ossau.uklinux.net> (raw)

I propose to commit the patch below, to allow autogen.sh to work
again.  This is for 1.8.x and HEAD.

The snapshot builder at
ftp://ftp.dt.e-technik.uni-dortmund.de/pub/guile/snapshots/ uses
autogen.sh, so hopefully this patch will also cause the 1.8.x and HEAD
snapshots to start appearing again.

(Doing AM_GNU_GETTEXT_VERSION causes autopoint to be run, which causes
the creation of a po subdir, with various boilerplate files, but I see
no harm in that.)

Any comments before I commit this?

Regards,
     Neil


Index: ChangeLog
===================================================================
RCS file: /cvsroot/guile/guile/guile-core/ChangeLog,v
retrieving revision 1.488
diff -u -r1.488 ChangeLog
--- ChangeLog	28 Jan 2007 09:36:51 -0000	1.488
+++ ChangeLog	28 Jan 2007 09:39:14 -0000
@@ -1,5 +1,11 @@
 2007-01-28  Neil Jerram  <neil@ossau.uklinux.net>
 
+	* configure.in: Do AM_GNU_GETTEXT_VERSION, so that autoreconf will
+	run autopoint.
+
+	* acinclude.m4 (AM_INTL_SUBDIR): Provide dummy definition, to work
+	around current autoconf/automake/gettext bug.
+
 	* INSTALL: New upstream version.
 
 	* ABOUT-NLS: New upstream version.
Index: acinclude.m4
===================================================================
RCS file: /cvsroot/guile/guile/guile-core/acinclude.m4,v
retrieving revision 1.18
diff -u -r1.18 acinclude.m4
--- acinclude.m4	6 Jun 2006 21:39:42 -0000	1.18
+++ acinclude.m4	28 Jan 2007 09:39:14 -0000
@@ -308,3 +308,5 @@
 fi
 AC_LANG_RESTORE
 ])dnl ACX_PTHREAD
+
+AC_DEFUN([AM_INTL_SUBDIR], [])dnl
Index: configure.in
===================================================================
RCS file: /cvsroot/guile/guile/guile-core/configure.in,v
retrieving revision 1.280
diff -u -r1.280 configure.in
--- configure.in	15 Jan 2007 23:07:49 -0000	1.280
+++ configure.in	28 Jan 2007 09:39:15 -0000
@@ -706,6 +706,7 @@
 #fi
 #AC_CHECK_FUNCS([bindtextdomain textdomain])
 AM_GNU_GETTEXT([external], [need-ngettext])
+AM_GNU_GETTEXT_VERSION([0.16])
 
 ### Some systems don't declare some functions.  On such systems, we
 ### need to at least provide our own K&R-style declarations.



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


             reply	other threads:[~2007-01-28  9:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-28  9:44 Neil Jerram [this message]
2007-01-28 16:00 ` Patch to fix working of autogen.sh Neil Jerram
2007-01-29 23:48 ` Kevin Ryde
2007-02-06 23:19   ` Neil Jerram
2007-02-07 23:23     ` Kevin Ryde
2007-02-18 23:21       ` Neil Jerram

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=87d54z4hat.fsf@ossau.uklinux.net \
    --to=neil@ossau.uklinux.net \
    --cc=guile-devel@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).