mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
72b76ae115
commit
2d1eb06470
3 changed files with 9 additions and 2 deletions
|
@ -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
2
configure
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue