Changeset 2091 for branches


Ignore:
Timestamp:
Oct 22, 2009, 5:11:25 AM (13 years ago)
Author:
Peter
Message:

adding test for pspicture.ps; when absent turn off target for yat.ps document. fixes #569.

Location:
branches/0.5-stable
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/0.5-stable/configure.ac

    r2079 r2091  
    112112   dx_enable_ps=$dx_enable_dvi
    113113   ACLTX_PROG_DVIPS([dx_enable_ps=no])
     114   AS_IF([test "x$dx_enable_ps" != xno], [
     115     YAT_PROG_DVIPS_PSPICTURE([], [dx_enable_ps=no
     116                                   AC_MSG_NOTICE([ps generation turned off])])
     117   ])
    114118  ]
    115119)
  • branches/0.5-stable/m4/_acltx_test.m4

    r2081 r2091  
    4343$1
    4444ACLEOF
    45 cat conftest.tex | $latex 2>&1 1>output m4_ifval([$2],[&& $2=yes])
     45$latex conftest.tex 2>&1 1>output m4_ifval([$2],[&& $2=yes])
    4646cd ..
    4747cd ..
    48 sed 's/^/| /' conftest.dir/.acltx/conftest.tex >&5
    49 echo "$as_me:$LINENO: executing cat conftest.tex | $latex" >&5
    50 sed 's/^/| /' conftest.dir/.acltx/output >&5
     48sed 's/^/| /' conftest.dir/.acltx/conftest.tex >&AS_MESSAGE_LOG_FD
     49echo "$as_me:$LINENO: executing $latex conftest.tex" >&AS_MESSAGE_LOG_FD
     50sed 's/^/| /' conftest.dir/.acltx/output >&AS_MESSAGE_LOG_FD
    5151m4_ifval([$3],,[rm -rf conftest.dir/.acltx])
    5252])
Note: See TracChangeset for help on using the changeset viewer.