mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Let configure know about the FreeBSD install script.
This commit is contained in:
parent
f9984553f6
commit
57e2bb7c39
@ -1,4 +1,4 @@
|
||||
dnl $Id: configure.in,v 1.178 2003-11-05 16:53:37 brodsom Exp $
|
||||
dnl $Id: configure.in,v 1.179 2003-11-06 09:25:44 stryqx Exp $
|
||||
|
||||
dnl ############################# INITIALISATION ###############################
|
||||
|
||||
@ -779,6 +779,12 @@ case "$PLATFORM" in
|
||||
;;
|
||||
|
||||
|
||||
FREEBSD)
|
||||
AC_CONFIG_FILES([gen/install/install.sh:src/install/arch-specific/freebsd/install.sh.in
|
||||
],[chmod a+x gen/install/install.sh 2>/dev/null])
|
||||
;;
|
||||
|
||||
|
||||
SINIX-Z)
|
||||
AC_CONFIG_FILES([gen/install/pkginfo:builds/install/arch-specific/sinixz/pkginfo.in
|
||||
gen/install/prototype:builds/install/arch-specific/sinixz/prototype.in
|
||||
|
Loading…
Reference in New Issue
Block a user