summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2012-12-13 09:11:49 -0500
committerAnthony G. Basile <blueness@gentoo.org>2013-04-04 10:19:35 -0400
commit85085621ba3e4b695e505848b5778fc36432b7b8 (patch)
tree6a79cbc2873b3bd3491244dd5b463c242b49840c /configure.ac
parent9315b3d16fe2fd451414095a5829786f42d1fb23 (diff)
Restored the rule generator bits from udev-171
This restores the rule generator scripts for the persistent network and optical device rule generator scripts that were removed after udev-171, and re-introduces their installation to the build system. Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 045445214b..c6aaa6a9ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -296,6 +296,15 @@ AC_ARG_WITH([modprobe],
AC_SUBST([MODPROBE], ["${with_modprobe}"])
# ------------------------------------------------------------------------------
+# rule_generator - persistent network and optical device rule generator
+# ------------------------------------------------------------------------------
+AC_ARG_ENABLE([rule_generator],
+ AS_HELP_STRING([--enable-rule_generator], [enable persistent network, cdrom support]),
+ [], [enable_rule_generator=no])
+
+AM_CONDITIONAL([ENABLE_RULE_GENERATOR], [test "x$enable_rule_generator" = xyes])
+
+# ------------------------------------------------------------------------------
AC_CONFIG_FILES([Makefile
docs/Makefile
@@ -308,6 +317,7 @@ AC_CONFIG_FILES([Makefile
keymaps/Makefile
man/Makefile
rules/Makefile
+ rule_generator/Makefile
src/Makefile
src/accelerometer/Makefile
src/ata_id/Makefile