1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 18:55:40 +03:00

replace AC_DISABLE_STATIC with LT_INIT([disable-static])

This commit is contained in:
Kay Sievers 2011-11-02 00:07:59 +01:00
parent dbfb570586
commit 6dd19db57c
2 changed files with 3 additions and 2 deletions

2
TODO
View File

@ -1,3 +1,5 @@
- trigger --subsystem-match=usb/usb_device
- test (now fixed) /dev/tape/ links
- move udevadm -> --bindir

View File

@ -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])