~ubuntu-branches/ubuntu/karmic/fastjar/karmic-security

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-11-11 05:58:19 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20081111055819-y7rp49bl4rjmmlge
Tags: upstream-0.97
ImportĀ upstreamĀ versionĀ 0.97

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
2
AC_PREREQ(2.61)
3
 
AC_INIT([fastjar],[0.96]) 
 
3
AC_INIT([fastjar],[0.97]) 
4
4
AC_CONFIG_SRCDIR([jartool.h])
5
5
AM_INIT_AUTOMAKE([-Wall gnu 1.10])
6
6
AC_CONFIG_HEADERS([config.h])
20
20
 
21
21
AM_MAINTAINER_MODE
22
22
 
 
23
AX_CFLAGS_WARN_ALL
 
24
AX_CFLAGS_GCC_OPTION([-pedantic])
 
25
AX_CFLAGS_GCC_OPTION([-W])
 
26
AX_CFLAGS_GCC_OPTION([-Wextra])
 
27
AX_CFLAGS_GCC_OPTION([-Wmissing-prototypes])
 
28
AX_CFLAGS_GCC_OPTION([-Wstrict-prototypes])
 
29
AX_CFLAGS_GCC_OPTION([-Wwrite-strings])
 
30
 
23
31
AC_PATH_PROG([FLAWFINDER],[flawfinder])
24
32
AC_PATH_PROG([PSCAN],[pscan])
25
33
AC_PATH_PROG([RATS],[rats])
26
34
AC_PATH_PROG([SPLINT],[splint])
27
35
 
28
 
dnl Add warning flags if we are using gcc.
29
 
if test "$GCC" = yes; then
30
 
  fastjar_warn_cflags='-W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings'
31
 
fi
32
 
AC_SUBST(fastjar_warn_cflags)
33
 
 
34
36
dnl Checks for header files.
35
37
AC_HEADER_DIRENT
36
38
AC_HEADER_STDC