handle require_once and include_once, allow single quotes
[old-projects.git] / deptrack / configure.ac
... / ...
CommitLineData
1dnl Process this file with autoconf to produce configure script
2dnl $Id$
3
4AC_INIT(Makefile.am)
5PACKAGE=deptrack
6VERSION=0.3.0
7
8dnl
9AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
10AC_SUBST(PACKAGE)
11AC_SUBST(VERSION)
12
13dnl subdirectories
14SUBDIRS="doc src"
15AC_SUBST(SUBDIRS)
16AC_CONFIG_SUBDIRS(SUBDIRS)
17
18dnl output
19AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile])
20AC_CONFIG_FILES([doc/deptrack.1])
21AC_CONFIG_FILES([src/deptrack])
22AC_OUTPUT