source: trunk/debathena/debathena/libnss-nonlocal/configure.ac @ 23829

Revision 23829, 468 bytes checked in by andersk, 15 years ago (diff)
In libnss-nonlocal: * New upstream version. - Corrects an out-of-memory error in the presence of very large local groups.
Line 
1AC_INIT([nss_nonlocal], [1.9], [andersk@mit.edu])
2AC_CANONICAL_TARGET
3AM_INIT_AUTOMAKE([-Wall -Werror foreign])
4
5AC_PREFIX_DEFAULT([/])
6AC_DISABLE_STATIC
7AC_PROG_CC
8AC_PROG_INSTALL
9AC_PROG_LIBTOOL
10
11case "$target_cpu" in
12    i386 | i486 | i586 | i686 | i786)
13        AC_DEFINE([USE_REGPARMS], [],
14                  [Define if the regparm attribute shall be used for local functions (gcc on ix86 only).])
15        ;;
16esac
17
18AC_CONFIG_HEADERS([config.h])
19AC_CONFIG_FILES([Makefile])
20AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.