Skip to content

Commit

Permalink
Merge pull request #19 from Timothy-Liuxf/master
Browse files Browse the repository at this point in the history
Upgrade to version v0.3.1
  • Loading branch information
Timothy-Liuxf authored Sep 21, 2024
2 parents 2442466 + f8401ab commit a07e3eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
url = https://github.com/fmtlib/fmt.git
[submodule "third_party/autoconf-archive"]
path = third_party/autoconf-archive
url = git://git.sv.gnu.org/autoconf-archive.git
url = https://github.com/autoconf-archive/autoconf-archive.git
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_CONFIG_SRCDIR([include/simple_logger/simple_logger.hpp])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIRS([third_party/autoconf-archive/m4])

AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_INIT_AUTOMAKE([foreign subdir-objects tar-pax])

AX_CXX_COMPILE_STDCXX_17([noext], [mandatory])
CXXFLAGS=""
Expand Down

0 comments on commit a07e3eb

Please sign in to comment.