debian: Switch to using CDBS for Debian builds.
[cfd] / configure.ac
CommitLineData
1f79a056 1dnl -*-autoconf-*-
b91e2391 2dnl
3dnl Configuring the Common Files Distribution
4dnl
5dnl (c) 1997 Mark Wooding
6dnl
7
8dnl----- Licensing notice ---------------------------------------------------
9dnl
10dnl This file is part of the Common Files Distribution (`common')
11dnl
12dnl `Common' is free software; you can redistribute it and/or modify
13dnl it under the terms of the GNU General Public License as published by
14dnl the Free Software Foundation; either version 2 of the License, or
15dnl (at your option) any later version.
16dnl
17dnl `Common' is distributed in the hope that it will be useful,
18dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
19dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20dnl GNU General Public License for more details.
21dnl
22dnl You should have received a copy of the GNU General Public License
23dnl along with `common'; if not, write to the Free Software Foundation,
24dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25
1f79a056
MW
26mdw_AUTO_VERSION
27AC_INIT([Common Files Distribution], AUTO_VERSION,
28 [mdw@distorted.org.uk], [cfd])
29AM_INIT_AUTOMAKE([foreign])
30AC_CONFIG_SRCDIR([mdw-setup])
31
a7855629 32AC_CACHE_CHECK([where to stash Autoconf macros], [aclocaldir], [
33 aclocaldir=`aclocal --print-ac-dir`
34 if test $? -ne 0; then AC_MSG_ERROR([aclocal not installed]); fi
35])
1f79a056
MW
36AC_SUBST([aclocaldir])
37
38AC_CONFIG_FILES([Makefile mklinks findlinks])
39AC_OUTPUT