File: configure.ac

package info (click to toggle)
pem 0.7.9-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 716 kB
  • sloc: sh: 625; perl: 615; makefile: 12
file content (39 lines) | stat: -rw-r--r-- 1,273 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
#
# configure.ac: This is a base file to generate configure script for `pem'.
# This file is part of the `pem' project version 0.7.9
# Copyright (C) 2007 - 2011 Prasad J Pandit
#
# `pem' is a free software; you can redistribute it and/or modify it under
# the terms of GNU General Public License as published by the Free software
# Foundation; either version 3 of the license, or(at your option) any later
# version.
#
# `pem' is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along
# with `pem'; if not, see: <http://www.gnu.org/licenses>.
#

AC_PREREQ(2.61)
AC_INIT([pem], [0.7.9], [pj.pandit@yahoo.co.in])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([pem.pl])
AC_CONFIG_HEADER([config.h])

# Checks for programs.

# Checks for libraries.

# Checks for header files.

# Checks for typedefs, structures, and compiler characteristics.

# Checks for library functions.

AC_CONFIG_FILES([Makefile])
AC_OUTPUT