File: configure.ac

package info (click to toggle)
frogdata 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 100,564 kB
  • ctags: 18
  • sloc: sh: 594; makefile: 43
file content (14 lines) | stat: -rw-r--r-- 405 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
# $Id: configure.ac 14475 2012-03-19 13:25:09Z sloot $
# $URL: https://ilk.uvt.nl/svn/sources/Frog/trunk/configure.ac $

AC_PREREQ(2.59)
AC_INIT([frogdata], [0.4], [timbl@uvt.nl])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([configure.ac])

AC_OUTPUT([
  Makefile
  config/Makefile
])