Mercurial > hg > octave-lyh
comparison configure.ac @ 10235:c022ff4a2b14
configure.ac: let automake handle makeinfo via missing script
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 01 Feb 2010 11:00:57 -0500 |
parents | bb97e11ce1ba |
children | e45ccac6017f |
comparison
equal
deleted
inserted
replaced
10234:c4c2bda71f82 | 10235:c022ff4a2b14 |
---|---|
1775 OCTAVE_PROG_GNUPLOT | 1775 OCTAVE_PROG_GNUPLOT |
1776 OCTAVE_PROG_PAGER | 1776 OCTAVE_PROG_PAGER |
1777 OCTAVE_PROG_GPERF | 1777 OCTAVE_PROG_GPERF |
1778 | 1778 |
1779 OCTAVE_PROG_GHOSTSCRIPT | 1779 OCTAVE_PROG_GHOSTSCRIPT |
1780 OCTAVE_PROG_MAKEINFO | |
1781 OCTAVE_PROG_TEXI2DVI | 1780 OCTAVE_PROG_TEXI2DVI |
1782 OCTAVE_PROG_TEXI2PDF | 1781 OCTAVE_PROG_TEXI2PDF |
1783 | 1782 |
1784 ### Even though we include config.h, we need to have the preprocessor | 1783 ### Even though we include config.h, we need to have the preprocessor |
1785 ### defines available in a variable for the octave-bug script. Use | 1784 ### defines available in a variable for the octave-bug script. Use |
2330 if test -n "$warn_ghostscript"; then | 2329 if test -n "$warn_ghostscript"; then |
2331 AC_MSG_WARN([$warn_ghostscript]) | 2330 AC_MSG_WARN([$warn_ghostscript]) |
2332 warn_msg_printed=true | 2331 warn_msg_printed=true |
2333 fi | 2332 fi |
2334 | 2333 |
2335 if test -n "$warn_makeinfo"; then | |
2336 AC_MSG_WARN([$warn_makeinfo]) | |
2337 warn_msg_printed=true | |
2338 fi | |
2339 | |
2340 if test -n "$warn_texi2dvi"; then | 2334 if test -n "$warn_texi2dvi"; then |
2341 AC_MSG_WARN([$warn_texi2dvi]) | 2335 AC_MSG_WARN([$warn_texi2dvi]) |
2342 warn_msg_printed=true | 2336 warn_msg_printed=true |
2343 fi | 2337 fi |
2344 | 2338 |