unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Patch to fix working of autogen.sh
@ 2007-01-28  9:44 Neil Jerram
  2007-01-28 16:00 ` Neil Jerram
  2007-01-29 23:48 ` Kevin Ryde
  0 siblings, 2 replies; 6+ messages in thread
From: Neil Jerram @ 2007-01-28  9:44 UTC (permalink / raw)
  To: Guile Development

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


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

end of thread, other threads:[~2007-02-18 23:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-28  9:44 Patch to fix working of autogen.sh Neil Jerram
2007-01-28 16:00 ` 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

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