/[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.27 by sysadm, Wed Jul 16 06:37:50 2025 UTC Revision 1.31 by sysadm, Tue Aug 26 03:33:56 2025 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.3.3])  AC_INIT([lbbs],[1.3.6])
6  AC_CONFIG_SRCDIR([src/])  AC_CONFIG_SRCDIR([src/])
7  AC_CONFIG_MACRO_DIRS([m4])  AC_CONFIG_MACRO_DIRS([m4])
8  AM_INIT_AUTOMAKE([foreign])  AM_INIT_AUTOMAKE([foreign])
# Line 10  AM_SILENT_RULES(yes) Line 10  AM_SILENT_RULES(yes)
10    
11  AC_USE_SYSTEM_EXTENSIONS  AC_USE_SYSTEM_EXTENSIONS
12  # Checks for programs.  # Checks for programs.
 AC_PROG_GCC_TRADITIONAL  
13  LT_INIT  LT_INIT
14  AC_PROG_CXX  AC_PROG_CXX
15  AC_PROG_CC  AC_PROG_CC


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

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