diff options
| -rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -5668,11 +5668,11 @@ fi | |||
| 5668 | ## pre-built, and not deleted by the normal clean rules. makeinfo is | 5668 | ## pre-built, and not deleted by the normal clean rules. makeinfo is |
| 5669 | ## therefore in the category of "special tools" not normally required, which | 5669 | ## therefore in the category of "special tools" not normally required, which |
| 5670 | ## configure does not have to check for (eg autoconf itself). | 5670 | ## configure does not have to check for (eg autoconf itself). |
| 5671 | ## In a CVS checkout on the other hand, the manuals are not included. | 5671 | ## In a Bazaar checkout on the other hand, the manuals are not included. |
| 5672 | ## So makeinfo is a requirement to build from CVS, and configure | 5672 | ## So makeinfo is a requirement to build from Bazaar, and configure |
| 5673 | ## should test for it as it does for any other build requirement. | 5673 | ## should test for it as it does for any other build requirement. |
| 5674 | ## We use the presence of $srcdir/info/emacs to distinguish a release, | 5674 | ## We use the presence of $srcdir/info/emacs to distinguish a release, |
| 5675 | ## with pre-built manuals, from a CVS checkout. | 5675 | ## with pre-built manuals, from a Bazaar checkout. |
| 5676 | if test "$MAKEINFO" = "no"; then | 5676 | if test "$MAKEINFO" = "no"; then |
| 5677 | if test "x${with_makeinfo}" = "xno"; then | 5677 | if test "x${with_makeinfo}" = "xno"; then |
| 5678 | MAKEINFO=off | 5678 | MAKEINFO=off |