diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-11-02 00:07:59 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-11-02 00:07:59 +0100 |
commit | 6dd19db57c672995aa814d3f9cfd1df9d5b723ef (patch) | |
tree | a8be11f4afbfa6742565882e07fd12020d66e5c6 | |
parent | dbfb57058683ae054bf910815072851f52e69a20 (diff) |
replace AC_DISABLE_STATIC with LT_INIT([disable-static])
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -1,3 +1,5 @@ + - trigger --subsystem-match=usb/usb_device + - test (now fixed) /dev/tape/ links - move udevadm -> --bindir diff --git a/configure.ac b/configure.ac index a12c0141fb..d155709b52 100644 --- a/configure.ac +++ b/configure.ac @@ -7,12 +7,11 @@ AC_INIT([udev], AC_CONFIG_SRCDIR([udev/udevd.c]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([check-news foreign 1.11 -Wall -Wno-portability silent-rules tar-pax dist-bzip2 subdir-objects]) -AC_DISABLE_STATIC AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE AC_CONFIG_MACRO_DIR([m4]) AM_SILENT_RULES([yes]) -LT_INIT +LT_INIT([disable-static]) AC_PROG_AWK GTK_DOC_CHECK(1.10) AC_PREFIX_DEFAULT([/usr]) |