YSFClients/YSFReflector/configure.ac

8 lines
189 B
Text

# This file is processed by autoconf to create a configure script
AC_INIT(YSFReflector, 20160517)
AM_INIT_AUTOMAKE
AC_PROG_CXX
AX_CXX_COMPILE_STDCXX_11
AC_CONFIG_FILES(Makefile)
AC_OUTPUT