/[LeafOK_CVS]/lbbs/configure.ac
ViewVC logotype

Diff of /lbbs/configure.ac

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

Revision 1.73 by sysadm, Thu Dec 18 07:58:59 2025 UTC Revision 1.82 by sysadm, Sun Feb 8 15:43:40 2026 UTC
# Line 2  Line 2 
2  # Process this file with autoconf to produce a configure script.  # Process this file with autoconf to produce a configure script.
3    
4  AC_PREREQ([2.69])  AC_PREREQ([2.69])
5  AC_INIT([lbbs],[1.6.3])  AC_INIT([lbbs],[1.7.6])
6  AC_CONFIG_SRCDIR([src/])  AC_CONFIG_SRCDIR([src/])
7  AC_CONFIG_HEADERS([config.h])  AC_CONFIG_HEADERS([config.h])
8  AC_CONFIG_MACRO_DIRS([m4])  AC_CONFIG_MACRO_DIRS([m4])
# Line 113  AC_DEFINE_UNQUOTED([RETSIGTYPE], Line 113  AC_DEFINE_UNQUOTED([RETSIGTYPE],
113    
114  AC_FUNC_STRFTIME  AC_FUNC_STRFTIME
115  AC_FUNC_VPRINTF  AC_FUNC_VPRINTF
116  AC_CHECK_FUNCS([dup2 gethostbyname inet_ntoa memset mkdir rmdir regcomp poll socket strstr])  AC_CHECK_FUNCS([dup2 getaddrinfo inet_ntop memset mkdir rmdir regcomp poll socket strstr])
117    
118  AC_CONFIG_FILES([Makefile  AC_CONFIG_FILES([Makefile
119                   src/Makefile                   src/Makefile


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1