~epii/+junk/psp-signer

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: epii
  • Date: 2011-09-19 03:25:37 UTC
  • Revision ID: public.epii@gmail.com-20110919032537-2lw1907l2w4a6tj8
libtoolized.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
AC_INIT([psp-signer], [0.0.1], [public.epii@gmail.com])
6
6
AC_CONFIG_SRCDIR([psp-signer.c])
7
7
AC_CONFIG_HEADERS([config.h])
 
8
AC_CONFIG_MACRO_DIR([m4])
8
9
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
10
LT_INIT
9
11
 
10
12
# Checks for programs.
11
13
AC_PROG_CC
12
14
AC_PROG_CC_C99
 
15
AC_PROG_CXX
13
16
AC_PROG_MAKE_SET
 
17
AC_PROG_RANLIB
14
18
 
15
19
# Checks for libraries.
16
20
# FIXME: Replace `main' with a function in `-lkirk':