chiark / gitweb /
testrig: Provide useful interface for more complicated test rigs.
[mLib] / configure.in
index f618c32a48f3e553070a1dbe0f7341bef9fa8432..64d63c417bc797a813f1d9b93343755a4c269511 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-m4-*-
 dnl
-dnl $Id: configure.in,v 1.38 2004/04/08 01:36:11 mdw Exp $
+dnl $Id$
 dnl
 dnl Configuration script for mLib
 dnl
@@ -15,12 +15,12 @@ dnl mLib is free software; you can redistribute it and/or modify
 dnl it under the terms of the GNU Library General Public License as
 dnl published by the Free Software Foundation; either version 2 of the
 dnl License, or (at your option) any later version.
-dnl 
+dnl
 dnl mLib is distributed in the hope that it will be useful,
 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 dnl GNU Library General Public License for more details.
-dnl 
+dnl
 dnl You should have received a copy of the GNU Library General Public
 dnl License along with mLib; if not, write to the Free
 dnl Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
@@ -40,10 +40,10 @@ mdw_CHECK_MANYLIBS(socket, socket)
 mdw_CHECK_MANYLIBS(gethostbyname, nsl resolv)
 
 DEPLIBS=$LIBS AC_SUBST(DEPLIBS)
-BRES_LIBEXEC="bres" BRES_SOURCE="bres"
+BRES_LIBEXEC="bres\$(EXEEXT)" BRES_SOURCE="bres"
 AC_SUBST(BRES_LIBEXEC) AC_SUBST(BRES_SOURCE)
 AC_ARG_WITH(adns,
-[  --with-adns             use ADNS library for background name resolution],
+[  --with-adns            use ADNS library for background name resolution],
 [want_adns=$withval], [want_adns=auto])
 if test $want_adns != no; then
   save_LIBS=$LIBS