public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Update opcodes to autoconf 2.59
@ 2004-08-28 10:33 Nathanael Nerode
  2004-08-28 14:05 ` Ian Lance Taylor
  2004-08-29 17:23 ` Simon Richter
  0 siblings, 2 replies; 4+ messages in thread
From: Nathanael Nerode @ 2004-08-28 10:33 UTC (permalink / raw)
  To: binutils

This one turned out to be really easy.  Tested on i686-pc-linux-gnu,
no significant changes in generated files.

OK to commit?

	* configure.in: Autoupdate to autoconf 2.59.
	* aclocal.m4: Rebuild with aclocal 1.4p6.
	* configure: Rebuild with autoconf 2.59.
	* Makefile.in: Rebuild with automake 1.4p6 (picking up
	bfd changes for autoconf 2.59 on the way).
	* config.in: Rebuild with autoheader 2.59.

Index: configure.in
===================================================================
RCS file: /cvs/src/src/opcodes/configure.in,v
retrieving revision 1.48
diff -u -r1.48 configure.in
--- configure.in	7 Jul 2004 17:28:53 -0000	1.48
+++ configure.in	28 Aug 2004 10:26:56 -0000
@@ -1,10 +1,11 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl
 
-AC_PREREQ(2.13)
-AC_INIT(z8k-dis.c)
+AC_PREREQ(2.59)
+AC_INIT
+AC_CONFIG_SRCDIR([z8k-dis.c])
 
-AC_CANONICAL_SYSTEM
+AC_CANONICAL_TARGET
 AC_ISC_POSIX
 
 # We currently only use the version number for the name of any shared
@@ -30,7 +31,7 @@
 AC_ARG_ENABLE(targets,
 [  --enable-targets        alternative target configurations],
 [case "${enableval}" in
-  yes | "") AC_ERROR(enable-targets option must specify target names or 'all')
+  yes | "") AC_MSG_ERROR([enable-targets option must specify target names or 'all'])
             ;;
   no)       enable_targets= ;;
   *)        enable_targets=$enableval ;;
@@ -285,5 +286,6 @@
 AC_SUBST(archdefs)
 AC_SUBST(BFD_MACHINES)
 
-AC_OUTPUT(Makefile po/Makefile.in:po/Make-in,
-[sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile])
+AC_CONFIG_FILES([Makefile po/Makefile.in:po/Make-in])
+AC_CONFIG_COMMANDS([default],[[sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile]],[[]])
+AC_OUTPUT

-- 
This space intentionally left blank.

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

* Re: [PATCH] Update opcodes to autoconf 2.59
  2004-08-28 10:33 [PATCH] Update opcodes to autoconf 2.59 Nathanael Nerode
@ 2004-08-28 14:05 ` Ian Lance Taylor
  2004-08-29 17:23 ` Simon Richter
  1 sibling, 0 replies; 4+ messages in thread
From: Ian Lance Taylor @ 2004-08-28 14:05 UTC (permalink / raw)
  To: Nathanael Nerode; +Cc: binutils

neroden@fastmail.fm (Nathanael Nerode) writes:

> This one turned out to be really easy.  Tested on i686-pc-linux-gnu,
> no significant changes in generated files.
> 
> OK to commit?
> 
> 	* configure.in: Autoupdate to autoconf 2.59.
> 	* aclocal.m4: Rebuild with aclocal 1.4p6.
> 	* configure: Rebuild with autoconf 2.59.
> 	* Makefile.in: Rebuild with automake 1.4p6 (picking up
> 	bfd changes for autoconf 2.59 on the way).
> 	* config.in: Rebuild with autoheader 2.59.

Also OK for checkin on Monday.

Ian

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

* Re: [PATCH] Update opcodes to autoconf 2.59
  2004-08-28 10:33 [PATCH] Update opcodes to autoconf 2.59 Nathanael Nerode
  2004-08-28 14:05 ` Ian Lance Taylor
@ 2004-08-29 17:23 ` Simon Richter
  2004-08-29 20:13   ` Nathanael Nerode
  1 sibling, 1 reply; 4+ messages in thread
From: Simon Richter @ 2004-08-29 17:23 UTC (permalink / raw)
  To: Nathanael Nerode; +Cc: binutils

[-- Attachment #1: Type: text/plain, Size: 557 bytes --]

Hi,

> This one turned out to be really easy.  Tested on i686-pc-linux-gnu,
> no significant changes in generated files.

[...]

> -AC_PREREQ(2.13)
> -AC_INIT(z8k-dis.c)
> +AC_PREREQ(2.59)
> +AC_INIT

No packagename/version/bug-report address here?

> +AC_CONFIG_FILES([Makefile po/Makefile.in:po/Make-in])
> +AC_CONFIG_COMMANDS([default],[[sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile]],[[]])

Could these be provided by gettext?

   Simon

-- 
 GPG Fingerprint: 040E B5F7 84F1 4FBC CEAD  ADC6 18A0 CC8D 5706 A4B4

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [PATCH] Update opcodes to autoconf 2.59
  2004-08-29 17:23 ` Simon Richter
@ 2004-08-29 20:13   ` Nathanael Nerode
  0 siblings, 0 replies; 4+ messages in thread
From: Nathanael Nerode @ 2004-08-29 20:13 UTC (permalink / raw)
  To: Simon Richter; +Cc: binutils

Simon Richter wrote:
> Hi,
> 
> 
>>This one turned out to be really easy.  Tested on i686-pc-linux-gnu,
>>no significant changes in generated files.
> 
> 
> [...]
> 
> 
>>-AC_PREREQ(2.13)
>>-AC_INIT(z8k-dis.c)
>>+AC_PREREQ(2.59)
>>+AC_INIT
> 
> 
> No packagename/version/bug-report address here?
> 
> 
>>+AC_CONFIG_FILES([Makefile po/Makefile.in:po/Make-in])
>>+AC_CONFIG_COMMANDS([default],[[sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile]],[[]])
> 
> 
> Could these be provided by gettext?

These fall in the "good things to do later" category.  I'm trying to get 
it working with autoconf 2.59 without introducing additional bugs, and 
both of these changes introduce the possibility of additional bugs (due 
to bad interactions with automake 1.4 and the extremely obsolete version 
of gettext currently used in src).

After everything is up to autoconf 2.59, I think the next priority is 
probably to get the gettext in src/ upgraded to match the one in gcc/.

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

end of thread, other threads:[~2004-08-29 20:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-28 10:33 [PATCH] Update opcodes to autoconf 2.59 Nathanael Nerode
2004-08-28 14:05 ` Ian Lance Taylor
2004-08-29 17:23 ` Simon Richter
2004-08-29 20:13   ` Nathanael Nerode

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