/[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.5 by exos, Thu Sep 11 05:00:20 2003 UTC revision 1.6 by castor_fou, Thu Sep 11 15:43:34 2003 UTC
# Line 44  AC_INIT([LipSip], [0], [hannibal@marvinp Line 44  AC_INIT([LipSip], [0], [hannibal@marvinp
44  # Look for a C++ compiler.  # Look for a C++ compiler.
45  AC_LANG([C++])  AC_LANG([C++])
46  AC_PROG_CXX  AC_PROG_CXX
47    AC_PROG_RANLIB
48    
49  # Look for doxygen  # Look for doxygen
50  AC_CHECK_PROG(DOXYGEN_HERE,doxygen,doxygen,no)  AC_CHECK_PROG(DOXYGEN_HERE,doxygen,doxygen,no)
# Line 77  if test "$TEXI2HTML_HERE" = no ; then Line 78  if test "$TEXI2HTML_HERE" = no ; then
78          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).])
79  fi  fi
80    
 # Look for build a lib  
 AC_CHECK_PROG(AR_HERE,ar,ar,no)  
 if test "$AR_HERE" = no ; then  
         AC_MSG_WARN([Cannot find ar! That's a big problem; you can't built libsip without it])  
 fi  
   
 AC_CHECK_PROG(RANLIB_HERE,ranlib,ranlib,no)  
 if test "$RANLIB_HERE" = no ; then  
         AC_MSG_WARN([Cannot find ranlib! That's a big problem; you can't built libsip without it])  
 fi  
   
81  AC_CONFIG_FILES([doc/Doxyfile])  AC_CONFIG_FILES([doc/Doxyfile])
82    
83  # Finally create common.Makefile from commom.Makefile.in  # Finally create common.Makefile from commom.Makefile.in

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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