Prefix all META_* #defines with SPL to prevent colisions which include our spl_config.h. Dependent packages may do this to leverage the autoconf check we have already run aganst the kernel.

This commit is contained in:
Brian Behlendorf
2008-11-26 13:09:37 -08:00
parent 895ff83c08
commit abc3ca149d
10 changed files with 156 additions and 156 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ AC_INIT
SPL_AC_META
AC_CONFIG_AUX_DIR([config])
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([$META_NAME], [$META_VERSION])
AM_INIT_AUTOMAKE([$SPL_META_NAME], [$SPL_META_VERSION])
AC_CONFIG_HEADERS([spl_config.h])
AM_MAINTAINER_MODE