bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-indent] a full patch for the recent issues (bison, tesinfo2man)


From: Gerrit P. Haase
Subject: [Bug-indent] a full patch for the recent issues (bison, tesinfo2man)
Date: Thu, 16 May 2002 18:15:44 +0200

Hallo bug-indent,

I found several partial patches on this list the last days, but not one
of them was complete, one triggers the problem that a recent bison
version generates another output if asked for the version which triggers
a bug in gettext.m4.  Another one is the problem that building outside
the srcdir breaks manpage generation.  I puzzled it all together and
everyone may now apply this patch wihch addresses both issues at once.
It should not break builds inside the srcdir and it is also thought just
as a first aid because (as I stated earlier) it is no good style to
patch autogenerated files, but since it is the fastest, easiest way
right now to handle with the released 2.2.8 tarball I did it...
I would appreciate if it would be possible to test releases before they
are released.  And since there is no other mailing list (is there one?)
I would appreciate to see an announcement here if a new version or a
test release is available.  Anyway, many thanks for the work on this
great tool;)

Patch (is also attached):
=========================
diff -urN -x .obj -x .inst -x .sinst indent-2.2.8-orig/configure 
indent-2.2.8/configure
--- indent-2.2.8-orig/configure 2002-03-21 21:41:35.000000000 +0100
+++ indent-2.2.8/configure      2002-05-16 10:50:22.000000000 +0200
@@ -4855,7 +4855,7 @@
     else
             echo "$as_me:4856: checking version of bison" >&5
 echo $ECHO_N "checking version of bison... $ECHO_C" >&6
-      ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison .* 
\([0-9]*\.[0-9.]*\).*$/\1/p'`
+      ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* 
\([0-9]*\.[0-9.]*\).*$/\1/p'`
       case $ac_prog_version in
         '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
         1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
diff -urN -x .obj -x .inst -x .sinst indent-2.2.8-orig/man/Makefile.am 
indent-2.2.8/man/Makefile.am
--- indent-2.2.8-orig/man/Makefile.am   2002-03-21 21:38:39.000000000 +0100
+++ indent-2.2.8/man/Makefile.am        2002-05-16 16:15:19.000000000 +0200
@@ -10,6 +10,6 @@
 
 MAINTAINERCLEANFILES = @address@hidden Makefile.in texinfo2man 
 
address@hidden@.1: @address@hidden ../doc/@address@hidden texinfo2man  Makefile
-       texinfo2man @address@hidden ../doc/@address@hidden > $@
address@hidden@.1: $(srcdir)/@address@hidden $(srcdir)/../doc/@address@hidden 
texinfo2man  Makefile
+       ./texinfo2man $(srcdir)/@address@hidden 
$(srcdir)/../doc/@address@hidden > $@
 
diff -urN -x .obj -x .inst -x .sinst indent-2.2.8-orig/man/Makefile.in 
indent-2.2.8/man/Makefile.in
--- indent-2.2.8-orig/man/Makefile.in   2002-03-21 21:41:34.000000000 +0100
+++ indent-2.2.8/man/Makefile.in        2002-05-16 16:15:46.000000000 +0200
@@ -377,8 +377,8 @@
        uninstall-man1
 
 
address@hidden@.1: @address@hidden ../doc/@address@hidden texinfo2man  Makefile
-       texinfo2man @address@hidden ../doc/@address@hidden > $@
address@hidden@.1: $(srcdir)/@address@hidden $(srcdir)/../doc/@address@hidden 
texinfo2man  Makefile
+       ./texinfo2man $(srcdir)/@address@hidden 
$(srcdir)/../doc/@address@hidden > $@
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:



Gerrit
-- 
$ make signature
make: *** No rule to make target `signature'.  Stop.

Attachment: indent-2.2.8.full.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]