IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 4, 2006, 1:05:53 PM (21 years ago)
Author:
jhoblitt
Message:

generate a man page with pod2man and install it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/configure.ac

    r5888 r5893  
    99AC_PROG_INSTALL
    1010
    11 AC_PATH_PROG([PERL], [perl], [missing])
    12 if test "$PERL" = "missing" ; then
    13   AC_MSG_ERROR([perl is required])
     11AC_PATH_PROG([POD2MAN], [pod2man], [missing])
     12if test "$POD2MAN" = "missing" ; then
     13  AC_MSG_ERROR([pod2man is required])
    1414fi
    1515
Note: See TracChangeset for help on using the changeset viewer.