This repository has been archived on 2024-01-15. You can view files and clone it, but cannot push or open issues or pull requests.
vn-mysql/configure.ac

21 lines
318 B
Plaintext

AC_INIT([vn-mysql], [1.0])
AC_CONFIG_AUX_DIR([build])
AC_CONFIG_MACRO_DIR([build/m4])
AC_CONFIG_HEADERS([build/config.h])
AC_PREREQ([2.69])
LT_INIT
AM_INIT_AUTOMAKE()
AM_SILENT_RULES([yes])
# Check for program dependencies
AC_PROG_CC
AC_CONFIG_FILES([
Makefile
src/Makefile
src/proxy-auth/Makefile
])
AC_OUTPUT