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

Added missing autoheader templates.

This commit is contained in:
eku 2003-10-30 08:03:17 +00:00
parent 5ff6314395
commit 48a19c4fad

View File

@ -1,4 +1,4 @@
dnl $Id: configure.in,v 1.169 2003-10-30 07:26:27 eku Exp $
dnl $Id: configure.in,v 1.170 2003-10-30 08:03:17 eku Exp $
dnl ############################# INITIALISATION ###############################
@ -129,11 +129,9 @@ esac
AC_SUBST(MAKEFILE_PREFIX)
AC_SUBST(PLATFORM)
AC_DEFINE(CASE_SENSITIVITY, false, [Define this if paths are case sensitive])
dnl possibly needed if we use install-sh program
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!
@ -508,7 +506,10 @@ case "$PLATFORM" in
AC_ARG_WITH(pipe-name,
[ --with-pipe-name specify wnet pipe name (default=interbas)],
[FB_PIPE_NAME=${withval}])
AC_DEFINE_UNQUOTED(FB_PIPE_NAME,"$FB_PIPE_NAME", [Wnet pipe name])
AH_VERBATIM(FB_PIPE_NAME,
[/* Wnet pipe name */
#define FB_PIPE_NAME "interbas"])
AC_DEFINE_UNQUOTED(FB_PIPE_NAME,"$FB_PIPE_NAME")
AC_SUBST(FB_PIPE_NAME)
XE_PREPEND(-lmpr -lversion -lws2_32 -lole32,LIBS)
;;