Skip to content

Commit

Permalink
modernize configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Dec 27, 2022
1 parent b31361f commit 53a919c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AC_INIT([frog],[0.26],[lamasoftware@science.ru.nl]) #adapt version number in cod
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_HEADERS([config.h])

if test x"${CXXFLAGS+set}" = xset; then
# the user set CXXFLAGS; don't override it.
Expand Down

0 comments on commit 53a919c

Please sign in to comment.