Skip to content

Commit

Permalink
Update configure.ac.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshasa committed Dec 26, 2024
1 parent 6b8a285 commit 68fdb86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
m4_pattern_allow([PKG_CHECK_EXISTS])

AC_INIT([rtorrent], [0.15.0], [[email protected]])
AC_INIT([rtorrent],[0.15.0],[[email protected]])

AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIRS([scripts])
Expand All @@ -12,7 +12,7 @@ AC_DEFINE([API_VERSION], [10], [api version])
AC_PROG_RANLIB
AC_PROG_CXX
AC_SYS_LARGEFILE
AC_PROG_LIBTOOL
LT_INIT

AX_CXX_COMPILE_STDCXX([14], [noext], [mandatory])

Expand Down

0 comments on commit 68fdb86

Please sign in to comment.