We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247c8b1 commit a41d260Copy full SHA for a41d260
configure.ac
@@ -3,11 +3,12 @@
3
# Process this file with autoconf to produce a configure script.
4
5
AC_PREREQ(2.61)
6
-AC_INIT([grit],[0.8.16],[https://github.com/devkitPro/grit/issues])
+AC_INIT([grit],[0.8.17],[https://github.com/devkitPro/grit/issues])
7
AC_CONFIG_SRCDIR([srcgrit/cli.cpp])
8
AC_CONFIG_MACRO_DIR([m4])
9
10
AM_INIT_AUTOMAKE([subdir-objects])
11
+LT_INIT([disable-shared])
12
13
# Checks for programs.
14
AC_PROG_CXX
0 commit comments