Skip to content

Commit a601372

Browse files
author
ceneblock
committed
Mostly done. This has been a fun little task.
1 parent d3f18b2 commit a601372

File tree

11 files changed

+5480
-113
lines changed

11 files changed

+5480
-113
lines changed

aclocal.m4

Lines changed: 2180 additions & 0 deletions
Large diffs are not rendered by default.

config.sub

Lines changed: 1842 additions & 0 deletions
Large diffs are not rendered by default.

configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17161,6 +17161,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
1716117161

1716217162

1716317163

17164+
1716417165
# Checks for libraries.
1716517166
ax_cxx_compile_alternatives="11 0x" ax_cxx_compile_cxx11_required=true
1716617167
ac_ext=cpp

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ AC_OUTPUT(Makefile src/Makefile)
1515
AC_PROG_CXX
1616
AC_PROG_INSTALL
1717
LT_INIT
18+
LT_LANG([C++])
1819

1920
AC_CONFIG_MACRO_DIRS([m4])
2021

0 commit comments

Comments
 (0)