8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

configure should always generate the common files, like ./gen/firebird/firebid.conf. was not happening on Solaris. ok'ed by Alex

This commit is contained in:
verbguy 2009-09-30 11:40:12 +00:00
parent a7a0cad448
commit 415f92a999

View File

@ -1154,11 +1154,7 @@ mkdir -p temp/superserver/vulcan
MAKE_SRC_DIR=builds/posix
dnl EKU: handle platform specific installation and packaging
dnl: Common Files
case "$PLATFORM" in
[LINUX|GENTOOFREEBSD|HPUX|AIX])
dnl common files for all posix hosts
AC_CONFIG_FILES([gen/install/misc/firebird.conf:builds/install/misc/firebird.conf.in
gen/install/misc/aliases.conf:builds/install/misc/aliases.conf.in
gen/install/misc/fbintl.conf:builds/install/misc/fbintl.conf
@ -1169,8 +1165,6 @@ case "$PLATFORM" in
gen/firebird/bin/changeRunUser.sh:builds/install/misc/changeRunUser.sh.in
gen/firebird/bin/restoreRootRunUser.sh:builds/install/misc/restoreRootRunUser.sh.in],
[chmod a+x gen/install/scripts/*.sh gen/install/*sh 2>/dev/null])
;;
esac
dnl: Platform Specific Files