Fixed location of GNUstep config file on NetBSD

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21804 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2005-10-12 17:43:25 +00:00
parent 72b76ae115
commit 2d1eb06470
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2005-10-12 Nicola Pero <n.pero@mi.flashnet.it>
* configure.ac: Use /usr/pkg/etc/GNUstep.conf instead of
/usr/pkg/etc as GNUstep config file on NetBSD (Suggestion by David
Ayers).
* configure: Regenerated.
2005-10-12 Nicola Pero <n.pero@mi.flashnet.it>
* configure.ac: Generate GNUstep.conf from GNUstep.conf.in

2
configure vendored
View file

@ -4911,7 +4911,7 @@ fi;
if test $gnustep_config_file = no; then
case "$target_os" in
freebsd* | openbsd* ) gnustep_config_file=/usr/etc/GNUstep.conf ;;
netbsd* ) gnustep_config_file=/usr/pkg/etc ;;
netbsd* ) gnustep_config_file=/usr/pkg/etc/GNUstep.conf ;;
*) gnustep_config_file=/etc/GNUstep/GNUstep.conf;;
esac
fi

View file

@ -631,7 +631,7 @@ AC_ARG_WITH(config-file,
if test $gnustep_config_file = no; then
case "$target_os" in
freebsd* | openbsd* ) gnustep_config_file=/usr/etc/GNUstep.conf ;;
netbsd* ) gnustep_config_file=/usr/pkg/etc ;;
netbsd* ) gnustep_config_file=/usr/pkg/etc/GNUstep.conf ;;
*) gnustep_config_file=/etc/GNUstep/GNUstep.conf;;
esac
fi