From 2895ad78dbdb43e57fc34558b4530b4e105fc72d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 1 Feb 2024 18:10:29 +0300 Subject: Turn libodb-mssql repository into package for muti-package repository --- configure.ac | 57 --------------------------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 configure.ac (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac deleted file mode 100644 index eafb6bd..0000000 --- a/configure.ac +++ /dev/null @@ -1,57 +0,0 @@ -# file : configure.ac -# license : ODB NCUEL; see accompanying LICENSE file - -AC_PREREQ(2.60) -AC_INIT([libodb-mssql], [__value__(version)], [odb-users@codesynthesis.com]) -AC_CONFIG_AUX_DIR([config]) -AC_CONFIG_MACRO_DIR([m4]) -AC_CONFIG_SRCDIR([odb/mssql/version.hxx]) - -AM_INIT_AUTOMAKE([-Wall -Werror foreign nostdinc subdir-objects dist-bzip2 dist-zip tar-ustar]) -m4_equote()[m4_ifdef]m4_dquote()([AM_PROG_AR], [AM_PROG_AR]) # Required by automake 1.12. - -LT_INIT([win32-dll]) - -AC_CANONICAL_HOST - -# Check for C++ compiler and use it to compile the tests. -# -AC_PROG_CXX -AC_LANG(C++) - -# Create the libtool executable so that we can use it in further tests. -# -LT_OUTPUT - -# Check for threads. -# -THREADS - -# Check for ODBC. -# -LIBODBC( - [], - [AC_MSG_ERROR([ODBC is not found; consider using CPPFLAGS/LDFLAGS to specify its location])]) - -# Check for libodb. -# -LIBODB([],[AC_MSG_ERROR([libodb is not found; consider using --with-libodb=DIR])]) - -# Define LIBODB_MSSQL_STATIC_LIB if we are build static library on certain -# platforms. -# -STATIC_LIB([LIBODB_MSSQL_STATIC_LIB], [Static library interface.]) - -# Allow the user to specify the pkgconfig directory. -# -PKGCONFIG - -# Check if we should disable rpath. -# -DISABLE_RPATH - -# Output. -# -AC_CONFIG_HEADERS([odb/mssql/config.h odb/mssql/details/config.h]) -AC_CONFIG_FILES([__path__(config_files)]) -AC_OUTPUT -- cgit v1.1