/[pupa]/bugcomm/configure.ac
ViewVC logotype

Diff of /bugcomm/configure.ac

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

revision 1.1.1.1 by okuji, Thu Jul 25 14:09:39 2002 UTC revision 1.2 by okuji, Fri Jul 26 12:30:17 2002 UTC
# Line 20  if test x$enable_clients != xno; then Line 20  if test x$enable_clients != xno; then
20    
21     # Checks for programs.     # Checks for programs.
22     AC_PROG_CC     AC_PROG_CC
23       if test x$GCC = xyes; then
24          CFLAGS="$CFLAGS -Wall -W"
25       fi
26    
27     AC_PROG_RANLIB     AC_PROG_RANLIB
28    
29     # Checks for libraries.     # Checks for libraries.
# Line 45  if test x$enable_clients != xno; then Line 49  if test x$enable_clients != xno; then
49    
50     AC_CHECK_FUNC(alarm, , AC_MSG_ERROR([alarm not found]))     AC_CHECK_FUNC(alarm, , AC_MSG_ERROR([alarm not found]))
51    
52     AC_REPLACE_FUNCS([memcpy memset strchr strstr strerror])     AC_REPLACE_FUNCS([memcpy memset strchr strstr strerror stpcpy])
53  fi  fi
54    
55  AC_SUBST(BUGCOMM_SUBDIRS)  AC_SUBST(BUGCOMM_SUBDIRS)
56    
57  AC_CONFIG_FILES([Makefile clients/Makefile clients/lib/Makefile  AC_CONFIG_FILES([Makefile clients/Makefile clients/lib/Makefile
58                   clients/bugcomm/Makefile clients/include/Makefile])                   clients/bugcomm/Makefile clients/include/Makefile
59                     clients/cgi/Makefile])
60  AC_OUTPUT  AC_OUTPUT

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

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