[srvx-commits] CVS: services configure.ac,1.6,1.7
Brought to you by:
entrope
From: Miles P. <pet...@us...> - 2001-08-25 02:37:03
|
Update of /cvsroot/srvx/services In directory usw-pr-cvs1:/tmp/cvs-serv16273 Modified Files: configure.ac Log Message: tell which protocol we're building for (i like verbosity :) Index: configure.ac =================================================================== RCS file: /cvsroot/srvx/services/configure.ac,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** configure.ac 2001/08/24 20:32:34 1.6 --- configure.ac 2001/08/25 02:36:57 1.7 *************** *** 4,8 **** dnl General initialization. ! AC_PREREQ(2.50) AC_INIT([srvx],[1.1.0]) AC_REVISION([$Id$]) --- 4,8 ---- dnl General initialization. ! AC_PREREQ(2.52) AC_INIT([srvx],[1.1.0]) AC_REVISION([$Id$]) *************** *** 231,234 **** --- 231,235 ---- [ AC_MSG_RESULT(no)]) + AC_MSG_CHECKING(which protocol to build) AC_ARG_ENABLE(proto, [ --enable-proto=PROTO IRC dialect to support (one of: ircu_p10, bahamut); default: ircu_p10], *************** *** 239,242 **** --- 240,244 ---- fi AC_DEFINE_UNQUOTED(PROTO_INCLUDE, "proto_${PROTO}.h", [Header file for IRC dialect support]) + AC_MSG_RESULT($PROTO) MY_SUBDIRS="" |