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

Revision 24122, 522 bytes checked in by andersk, 15 years ago (diff)
In libnss-nonlocal: * New upstream version. - Disallow numeric nonlocal user/group names that look like local uid/gids.
Line 
1AC_INIT([nss_nonlocal], [1.10], [andersk@mit.edu])
2AC_CANONICAL_TARGET
3AM_INIT_AUTOMAKE([-Wall -Werror foreign])
4m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
5
6AC_PREFIX_DEFAULT([/])
7AC_DISABLE_STATIC
8AC_PROG_CC
9AC_PROG_INSTALL
10AC_PROG_LIBTOOL
11
12case "$target_cpu" in
13    i386 | i486 | i586 | i686 | i786)
14        AC_DEFINE([USE_REGPARMS], [],
15                  [Define if the regparm attribute shall be used for local functions (gcc on ix86 only).])
16        ;;
17esac
18
19AC_CONFIG_HEADERS([config.h])
20AC_CONFIG_FILES([Makefile])
21AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.