mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-21 06:03:58 +00:00
8 lines
189 B
Text
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
|