libpicasso/configure.ac

18 lines
405 B
Plaintext
Raw Permalink Normal View History

# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
2022-09-16 17:53:34 +02:00
AC_INIT([picasso],[2.7.1],[https://github.com/devkitPro/picasso/issues])
AC_CONFIG_SRCDIR([source/picasso_frontend.cpp])
2018-05-11 12:53:14 +02:00
AM_INIT_AUTOMAKE([subdir-objects])
AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_PROG_CC
AC_PROG_CXX
AC_CONFIG_FILES([Makefile])
AC_OUTPUT