/[marvin]/marvin/src/libsip/configure.in
ViewVC logotype

Diff of /marvin/src/libsip/configure.in

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

revision 1.3 by exos, Wed Sep 10 21:35:18 2003 UTC revision 1.4 by castor_fou, Thu Sep 11 00:03:59 2003 UTC
# Line 75  if test "$TEXI2HTML_HERE" = no ; then Line 75  if test "$TEXI2HTML_HERE" = no ; then
75          AC_MSG_WARN([Cannot find texi2html! That's not a big problem: 'make doc' will just generate documentation for which texi2html is not needed. Please install dtexi2html for 'make doc' to generate its output in $(DOCPATH).])          AC_MSG_WARN([Cannot find texi2html! That's not a big problem: 'make doc' will just generate documentation for which texi2html is not needed. Please install dtexi2html for 'make doc' to generate its output in $(DOCPATH).])
76  fi  fi
77    
78    # Look for build a lib
79    AC_CHECK_PROG(AR_HERE,ar,ar,no)
80    if test "$AR_HERE" = no ; then
81            AC_MSG_WARN([Cannot find ar! That's a big problem; you can't built libsip without it])
82    fi
83    
84    AC_CHECK_PROG(RANLIB_HERE,ranlib,ranlib,no)
85    if test "$RANLIB_HERE" = no ; then
86            AC_MSG_WARN([Cannot find ranlib! That's a big problem; you can't built libsip without it])
87    fi
88    
89  #AC_CONFIG_FILES([doc/Doxyfile])  #AC_CONFIG_FILES([doc/Doxyfile])
90    
91  # Finally create common.Makefile from commom.Makefile.in  # Finally create common.Makefile from commom.Makefile.in

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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