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