]> andersk Git - nss_nonlocal.git/blobdiff - configure.ac
Version 2.0
[nss_nonlocal.git] / configure.ac
index 28790a1fb964a67e0e9424b73206d3040290e296..115ea61d2ebe44293bc941a46854b11d7f3a2f85 100644 (file)
@@ -1,5 +1,7 @@
-AC_INIT([nss_nonlocal], [1.7], [andersk@mit.edu])
+AC_INIT([nss_nonlocal], [2.0], [andersk@mit.edu])
+AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 
 AC_PREFIX_DEFAULT([/])
 AC_DISABLE_STATIC
@@ -7,6 +9,15 @@ AC_PROG_CC
 AC_PROG_INSTALL
 AC_PROG_LIBTOOL
 
+AC_HEADER_STDBOOL
+
+case "$target_cpu" in
+    i386 | i486 | i586 | i686 | i786)
+       AC_DEFINE([USE_REGPARMS], [],
+                 [Define if the regparm attribute shall be used for local functions (gcc on ix86 only).])
+       ;;
+esac
+
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([Makefile])
 AC_OUTPUT
This page took 0.058082 seconds and 4 git commands to generate.