patchGNU TeXmacs - Patches: patch #8322, use of AS_HELP_STRING in config.in

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #8322: use of AS_HELP_STRING in config.in

Submitter:  John Hunt <huntj>
Submitted:  Sat 22 Feb 2014 04:06:51 PM UTC
   
 
Category:  None Action:  Apply
Privacy:  Public Assigned to:  vdhoeven
Open/Closed:  Closed Release:  1.0.7.21
Fixed Release:  Stable: 

Wed 05 Mar 2014 09:54:38 AM UTC, comment #5: 

Thanks, I did the necessary.  --Joris

Joris van der Hoeven <vdhoeven>
Group administrator
Sun 02 Mar 2014 10:09:16 PM UTC, comment #4: 

Agreed.
It is possible to get


 --with-sparkle[=ARG]    with (Win)Sparkle autoupdater [ARG=no]


with quadrigraphs (which seems to be the recommended way) :
+verbatim
--- a/configure.in
+++ b/configure.in
@@ -500,7 +500,7 @@
 #--------------------------------------------------------------------
 
 AC_ARG_WITH(sparkle,
-AS_HELP_STRING([--with-sparkle[=ARG]], [with (Win)Sparkle autoupdater [ARG=no]])
+AS_HELP_STRING([--with-sparkle@<:@=ARG@:>@], [with (Win)Sparkle autoupdater [ARG=no]])
 )
-verbatim

If you wish, I can change other entries accordingly.
Please let me know.

John Hunt <huntj>
Sun 02 Mar 2014 08:51:05 PM UTC, comment #3: 

I noticed that the same problem occurs with the original implementation, so the patch is an improvement after all.
I just applied it.  Thanks for your help.  --Joris

Joris van der Hoeven <vdhoeven>
Group administrator
Sun 02 Mar 2014 08:46:58 PM UTC, comment #2: 

I have various problems with the patch.  For instance, the optional arguments are rendered incorrectly, e.g., it should be --enable-macosx-distr[=ARCH].  The current ugliness is due to this kind of quoting problems, so I will keep the current solution for the moment.

Joris van der Hoeven <vdhoeven>
Group administrator
Sat 22 Feb 2014 06:29:59 PM UTC, comment #1: 

Updated patch

(file #30642)

John Hunt <huntj>
Sat 22 Feb 2014 04:06:51 PM UTC, original submission:  

There was a patch in opensuse build service for TeXmacs
https://build.opensuse.org/package/show/Publishing/TeXmacs
that use AS_HELP_STRING macro in config.in
which yield standard formatting like


  --disable-macosx-extensions
                          do not use Mac specific services (spellchecker,
                          image handling, ...)

  --enable-macosx-distr=ARCH
                          build for MacOSX >= 10.4 and arch [ARCH]

  --with-iconv=DIR        where to find iconv [system]

  --with-freetype=ARG     with freetype support [ARG=linked]


The patch attached has been a little bit extended, for TeXmacs-1.0.7.21,
but many entries still have to be modified.
Do you think it is worth continuing  ?

John Hunt <huntj>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #30642:  TeXmacs-fix_arg_enable.patch added by huntj (4KiB - text/x-patch)
file #30639:  TeXmacs-fix_arg_enable.patch added by huntj (4KiB - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by vdhoeven (Posted a comment)
  • -email is unavailable- added by huntj (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-03-02 vdhoeven ActionCancelled Apply
    2014-03-02 vdhoeven ActionNone Cancelled
        Assigned toNone vdhoeven
        Open/ClosedOpen Closed
    2014-02-22 huntj Attached File- Added TeXmacs-fix_arg_enable.patch, #30642
    2014-02-22 huntj Attached File- Added TeXmacs-fix_arg_enable.patch, #30639

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code