source: trunk/server/common/oursrc/nss_nonlocal/configure.ac @ 2740

Last change on this file since 2740 was 2432, checked in by andersk, 11 years ago
Update nss_nonlocal to 2.1 - Support Automake 1.12. - Guard one-time initialization with memory barriers. - Make initgroups_dyn succeed when adding only magic groups.
File size: 561 bytes
RevLine 
[2432]1AC_INIT([nss_nonlocal], [2.1], [andersk@mit.edu])
[782]2AC_CANONICAL_TARGET
3AM_INIT_AUTOMAKE([-Wall -Werror foreign])
[1553]4m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
[782]5
6AC_PREFIX_DEFAULT([/])
7AC_DISABLE_STATIC
8AC_PROG_CC
[2432]9m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
[782]10AC_PROG_LIBTOOL
11
[1825]12AC_HEADER_STDBOOL
13
[782]14case "$target_cpu" in
15    i386 | i486 | i586 | i686 | i786)
16        AC_DEFINE([USE_REGPARMS], [],
17                  [Define if the regparm attribute shall be used for local functions (gcc on ix86 only).])
18        ;;
19esac
20
21AC_CONFIG_HEADERS([config.h])
22AC_CONFIG_FILES([Makefile])
23AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.