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

Diff of /global/configure.ac

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

revision 1.38 by shigio, Sun Nov 7 09:33:19 2004 UTC revision 1.39 by shigio, Sun Nov 7 12:24:11 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
 dnl  
 dnl GLOBAL needs following tools for execution.  
 dnl     perl, sed, sort  
 dnl  
 AC_PATH_PROG(PERL, perl, no)  
 if test ${ac_cv_path_PERL} = no; then  
         AC_MSG_ERROR([PERL is required but not found.])  
 fi  
 AC_PATH_PROG(SORT, sort, no)  
 if test ${ac_cv_path_SORT} = no; then  
         AC_MSG_ERROR([SORT is required but not found.])  
 fi  
 AC_PATH_PROG(SED, sed, no)  
 if test ${ac_cv_path_SED} = no; then  
         AC_MSG_ERROR([SED is required but not found.])  
 fi  
33    
34  dnl Checks for libraries.  dnl Checks for libraries.
35    
# Line 93  AC_TYPE_SIGNAL Line 77  AC_TYPE_SIGNAL
77  AC_FUNC_STRFTIME  AC_FUNC_STRFTIME
78  AC_CHECK_FUNCS(getcwd putenv strdup lstat snprintf utimes)  AC_CHECK_FUNCS(getcwd putenv strdup lstat snprintf utimes)
79  AC_CHECK_FUNCS(index rindex bzero bcmp bcopy strchr strrchr memset memcmp memmove)  AC_CHECK_FUNCS(index rindex bzero bcmp bcopy strchr strrchr memset memcmp memmove)
80    AC_CHECK_FUNCS(malloc realloc alloca vprintf doprnt strerror strerror_r)
81  AG_DJGPP  AG_DJGPP
82    
83  INCLUDES='-I$(top_srcdir)/libutil -I$(top_srcdir)/libdb -I$(top_srcdir)/libglibc -I../libutil'  INCLUDES='-I$(top_srcdir)/libutil -I$(top_srcdir)/libdb -I$(top_srcdir)/libglibc -I../libutil'
# Line 147  AC_OUTPUT([Makefile Line 132  AC_OUTPUT([Makefile
132          gtags/Makefile          gtags/Makefile
133          htags/Makefile          htags/Makefile
134          gctags/Makefile          gctags/Makefile
135            gnusort/Makefile
136          libdb/Makefile          libdb/Makefile
137          global/Makefile          global/Makefile
138          gozilla/Makefile          gozilla/Makefile

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

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