Changes to gnats/gnats/configure.in

Milan Zamazal <[email protected]> Sun, 14 Jul 2002 13:29:02 -0400
Newsgroups gmane.comp.bug-tracking.gnats.patches
Message-ID <[email protected]>
Index: gnats/gnats/configure.in
diff -c gnats/gnats/configure.in:1.29 gnats/gnats/configure.in:1.30
*** gnats/gnats/configure.in:1.29	Sun Jan  6 11:16:45 2002
--- gnats/gnats/configure.in	Sun Jul 14 13:29:02 2002
***************
*** 1,6 ****
  dnl Process this file with autoconf to produce a configure script.
  dnl
! dnl Copyright (C) 2001 Milan Zamazal
  dnl Copyright (C) 1999, 2000 Juniper Networks, inc.
  dnl Copyright (C) 1993, 1994, 1995, 1996, 1997 ??? (FIXME: see Changelog.v3)
  dnl
--- 1,6 ----
  dnl Process this file with autoconf to produce a configure script.
  dnl
! dnl Copyright (C) 2001, 2002 Free Software Foundation, Inc.
  dnl Copyright (C) 1999, 2000 Juniper Networks, inc.
  dnl Copyright (C) 1993, 1994, 1995, 1996, 1997 ??? (FIXME: see Changelog.v3)
  dnl
***************
*** 253,260 ****
  fi
  
  if test -z "${GNATSD_USER_ACCESS_FILE}"; then
! 	AC_MSG_RESULT(default to ${sysconfdir}/gnats/gnatsd.access)
! 	GNATSD_USER_ACCESS_FILE=${sysconfdir}/gnats/gnatsd.access
  fi
  
  AC_MSG_CHECKING(for --with-gnatsd-host-access-file)
--- 253,260 ----
  fi
  
  if test -z "${GNATSD_USER_ACCESS_FILE}"; then
! 	AC_MSG_RESULT(default to ${sysconfdir}/gnats/gnatsd.user_access)
! 	GNATSD_USER_ACCESS_FILE=${sysconfdir}/gnats/gnatsd.user_access
  fi
  
  AC_MSG_CHECKING(for --with-gnatsd-host-access-file)