This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Update opcodes to autoconf 2.59


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]