~ubuntu-branches/ubuntu/saucy/clamav/saucy

« back to all changes in this revision

Viewing changes to contrib/phishing/test/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Leonel Nunez
  • Date: 2008-02-11 22:52:13 UTC
  • mfrom: (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20080211225213-p2uwj4czso1w2f8h
Tags: upstream-0.92~dfsg
ImportĀ upstreamĀ versionĀ 0.92~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#                                               -*- Autoconf -*-
 
2
# Process this file with autoconf to produce a configure script.
 
3
 
 
4
AC_PREREQ(2.60)
 
5
AC_INIT
 
6
AC_CONFIG_SRCDIR([regex_list_test.c])
 
7
AC_CONFIG_HEADER([test-config.h])
 
8
AM_INIT_AUTOMAKE(phishtest,"`date +%Y%m%d`")
 
9
 
 
10
# Checks for programs.
 
11
AC_PROG_CC
 
12
AC_PROG_LN_S
 
13
AC_PROG_LIBTOOL
 
14
AC_PROG_MAKE_SET
 
15
 
 
16
# Checks for libraries.
 
17
AM_PATH_CHECK()
 
18
# Checks for header files.
 
19
AC_HEADER_STDC
 
20
AC_CHECK_HEADERS([stdlib.h])
 
21
 
 
22
# Checks for typedefs, structures, and compiler characteristics.
 
23
AC_C_CONST
 
24
 
 
25
# Checks for library functions.
 
26
AC_DEFINE_UNQUOTED(REGEXTEST_FILE,"$srcdir/regex_test.pdb",[location of test file])
 
27
AC_CONFIG_FILES([Makefile])
 
28
AC_OUTPUT