]> andersk Git - nss_nonlocal.git/blob - configure.ac
241f2c4cd266d94dd637befb6fe23c5d5a35b59e
[nss_nonlocal.git] / configure.ac
1 AC_INIT([nss_nonlocal], [1.7], [andersk@mit.edu])
2
3 AC_PREFIX_DEFAULT([/])
4 AC_PROG_CC
5 AC_PROG_INSTALL
6
7 AC_CONFIG_HEADERS([config.h])
8 AC_CONFIG_FILES([Makefile])
9 AC_OUTPUT
This page took 0.021586 seconds and 3 git commands to generate.