]> andersk Git - nss_nonlocal.git/blame - configure.ac
Automakefiscate and libtoolfiscate.
[nss_nonlocal.git] / configure.ac
CommitLineData
e98810bb 1AC_INIT([nss_nonlocal], [1.7], [andersk@mit.edu])
2404d301 2AM_INIT_AUTOMAKE([-Wall -Werror foreign])
e98810bb
AK
3
4AC_PREFIX_DEFAULT([/])
2404d301 5AC_DISABLE_STATIC
e98810bb
AK
6AC_PROG_CC
7AC_PROG_INSTALL
2404d301 8AC_PROG_LIBTOOL
e98810bb 9
c02caabc 10AC_CONFIG_HEADERS([config.h])
e98810bb
AK
11AC_CONFIG_FILES([Makefile])
12AC_OUTPUT
This page took 0.247483 seconds and 5 git commands to generate.