Skip to content

Commit

Permalink
Update configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
janko-jj authored Jan 8, 2025
1 parent 9c19f57 commit be6cd6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

#AC_PREREQ(2.57)

# Set C++ compiler flags for C++17
AC_LANG([C++])
AX_CXX_COMPILE_STDCXX([17], [], [mandatory])

AC_INIT(pasmo, 0.5.5, julian.notfound@gmail.com)

AM_INIT_AUTOMAKE([foreign])
Expand Down

0 comments on commit be6cd6b

Please sign in to comment.