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