You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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
|