Skip to content

Commit

Permalink
only using static libs
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Jun 9, 2021
1 parent 247c8b1 commit a41d260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT([grit],[0.8.16],[https://github.com/devkitPro/grit/issues])
AC_INIT([grit],[0.8.17],[https://github.com/devkitPro/grit/issues])
AC_CONFIG_SRCDIR([srcgrit/cli.cpp])
AC_CONFIG_MACRO_DIR([m4])

AM_INIT_AUTOMAKE([subdir-objects])
LT_INIT([disable-shared])

# Checks for programs.
AC_PROG_CXX
Expand Down

0 comments on commit a41d260

Please sign in to comment.