From da0f68dc1f33dac9d60c92e32599e0201ed416ae Mon Sep 17 00:00:00 2001 From: Thad Ward Date: Tue, 31 Jul 2001 10:23:42 +0000 Subject: [PATCH] Fix a minor typo in the help text for --with-user-cfg. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index d9c49c413..1d0fc3936 100644 --- a/configure.in +++ b/configure.in @@ -936,8 +936,8 @@ AC_DEFINE_UNQUOTED(FS_GLOBALCFG, "$globalconf") AC_ARG_WITH(user-cfg, [ --with-user-cfg=FILE If set will change the name and location of the - global config file used by QuakeForge. Defaults to - /etc/quakeforge.conf.], + user-specific config file used by QuakeForge. + Defaults to ~/.quakeforgerc.], globalconf="$withval", userconf="auto") if test "x$userconf" = "xauto" || test "x$userconf" = "xyes" || \ test "x$userconf" = "xno"; then dnl yes/no sanity checks