configure.ac - minor changes

This commit is contained in:
kevin 2022-08-13 09:36:31 -04:00
parent 886eca0a0b
commit 71d20bf091

View File

@ -3,7 +3,7 @@
# this configure.ac or any of the Makefile.am files. # this configure.ac or any of the Makefile.am files.
# #
AC_COPYRIGHT([Copyright (C) 2019-2020 Kevin Larke]) AC_COPYRIGHT([Copyright (C) 2019-2022 Kevin Larke])
AC_INIT([cwtest],[1.0],[cwtest@larke.org]) AC_INIT([cwtest],[1.0],[cwtest@larke.org])
AC_CONFIG_SRCDIR([src/cwtest/main.cpp]) AC_CONFIG_SRCDIR([src/cwtest/main.cpp])
AC_CONFIG_AUX_DIR([build-aux]) # put aux files in build-aux AC_CONFIG_AUX_DIR([build-aux]) # put aux files in build-aux
@ -149,7 +149,7 @@ echo "alsa=${alsa}"
#echo "c++17=${hasCpp17}" #echo "c++17=${hasCpp17}"
# #
# Enable ALSA # Enable Web
# #
AC_ARG_ENABLE([web], AC_ARG_ENABLE([web],