mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
SINIX-Z packaging
This commit is contained in:
parent
8fd5217ae3
commit
55b2513a2c
14
configure.in
14
configure.in
@ -1,4 +1,4 @@
|
||||
dnl $Id: configure.in,v 1.40 2002-09-03 13:25:30 eku Exp $
|
||||
dnl $Id: configure.in,v 1.41 2002-09-06 07:13:34 eku Exp $
|
||||
|
||||
dnl ############################# INITIALISATION ###############################
|
||||
|
||||
@ -42,12 +42,6 @@ AC_SUBST(PLATFORM)
|
||||
dnl possibly needed if we use install-sh program
|
||||
dnl AC_CONFIG_AUX_DIR(`pwd`)
|
||||
|
||||
dnl EKU: need absolute path for packaging on SINIX-Z
|
||||
TOPSRCDIR=`pwd`
|
||||
AC_SUBST(TOPSRCDIR)
|
||||
|
||||
dnl AC_CONFIG_AUX_DIR(`pwd`)
|
||||
|
||||
AC_PROG_AWK
|
||||
AC_PROG_CC dnl EKU: C++ programs should not use CC, but at the moment all
|
||||
dnl makefiles use $(CC) to link objects. This has to be changed!
|
||||
@ -455,7 +449,7 @@ gen/install/sinixz/pkginfo:src/install/arch-specific/sinixz/pkginfo.in
|
||||
gen/install/sinixz/prototype:src/install/arch-specific/sinixz/prototype.in
|
||||
gen/install/sinixz/preinstall:src/install/arch-specific/sinixz/preinstall.in
|
||||
gen/install/sinixz/postinstall:src/install/arch-specific/sinixz/postinstall.in
|
||||
gen/install/sinixz/preremove:src/install/arch-specific/sinixz/preremove.in
|
||||
gen/install/sinixz/postremove:src/install/arch-specific/sinixz/postremove.in
|
||||
dnl SINIX-Z end
|
||||
)
|
||||
|
||||
@ -482,8 +476,8 @@ esac
|
||||
|
||||
if test "$FIREBIRD_ARCH_TYPE" = "classic"; then
|
||||
case $LOCK_MANAGER in
|
||||
Y) echo "lock manager : enabled";;
|
||||
N) echo "lock manager : disabled";;
|
||||
Y) echo "Lock manager : enabled";;
|
||||
N) echo "Lock manager : disabled";;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user