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