zsh-workers
 help / color / mirror / code / Atom feed
* Conflict with Jun T's texi2any patch
@ 2015-05-22 17:05 Bart Schaefer
  2015-05-22 21:27 ` Peter Stephenson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bart Schaefer @ 2015-05-22 17:05 UTC (permalink / raw)
  To: zsh-workers

This must be something I had left unposted -- I added "makeinfo" fallbacks:

++<<<<<<< HEAD
 +AC_CHECK_PROGS([TEXI2PDF], [texi2pdf], [makeinfo --pdf])
 +AC_CHECK_PROGS([TEXI2HTML], [texi2html], [makeinfo --html])
++=======
+ AC_CHECK_PROGS([TEXI2PDF], [texi2pdf], [])
+ AC_CHECK_PROGS([TEXI2HTML], [texi2any texi2html], [: texi2html])
+ 
+ if test x"$TEXI2HTML" = xtexi2any; then
+   TEXI2HTML='texi2any -c TEXI2HTML=1'
+ fi
+ 
++>>>>>>> master


I presume texi2any can replace texi2pdf as well, if that's not found?


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

end of thread, other threads:[~2015-05-23 16:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-22 17:05 Conflict with Jun T's texi2any patch Bart Schaefer
2015-05-22 21:27 ` Peter Stephenson
2015-05-23 10:13 ` Daniel Shahaf
2015-05-23 16:47 ` Jun T.

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).