/[global]/global/configure.ac
ViewVC logotype

Diff of /global/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.40 by h-iwamoto, Sun Nov 7 16:41:36 2004 UTC revision 1.41 by shigio, Tue Nov 9 03:21:08 2004 UTC
# Line 30  AC_PROG_CC Line 30  AC_PROG_CC
30  AC_PROG_INSTALL  AC_PROG_INSTALL
31  AC_PROG_MAKE_SET  AC_PROG_MAKE_SET
32  AC_PROG_RANLIB  AC_PROG_RANLIB
33    dnl
34    dnl Currenly, the absolute path name of PERL is required only for CGI script.
35    dnl So, if you don't use the -f(--form) option of htags(1), it is not required.
36    dnl
37    AC_PATH_PROG(PERL, perl, no)
38    if test ${ac_cv_path_PERL} = no; then
39            PERL=SPECIFY_ABSOLUTE_PATH_OF_PERL
40    fi
41    
42  dnl Checks for libraries.  dnl Checks for libraries.
43    

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26