- Timestamp:
- Oct 22, 2009, 5:11:25 AM (13 years ago)
- Location:
- branches/0.5-stable
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.5-stable/configure.ac
r2079 r2091 112 112 dx_enable_ps=$dx_enable_dvi 113 113 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 ]) 114 118 ] 115 119 ) -
branches/0.5-stable/m4/_acltx_test.m4
r2081 r2091 43 43 $1 44 44 ACLEOF 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]) 46 46 cd .. 47 47 cd .. 48 sed 's/^/| /' conftest.dir/.acltx/conftest.tex >& 549 echo "$as_me:$LINENO: executing cat conftest.tex | $latex" >&550 sed 's/^/| /' conftest.dir/.acltx/output >& 548 sed 's/^/| /' conftest.dir/.acltx/conftest.tex >&AS_MESSAGE_LOG_FD 49 echo "$as_me:$LINENO: executing $latex conftest.tex" >&AS_MESSAGE_LOG_FD 50 sed 's/^/| /' conftest.dir/.acltx/output >&AS_MESSAGE_LOG_FD 51 51 m4_ifval([$3],,[rm -rf conftest.dir/.acltx]) 52 52 ])
Note: See TracChangeset
for help on using the changeset viewer.