mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-10-31 16:21:11 +03:00
build: default to --prefix=/usr --exec-prefix=""
This commit is contained in:
parent
64be143742
commit
109d114578
@ -9,6 +9,10 @@ AC_DISABLE_STATIC
|
||||
AC_SYS_LARGEFILE
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
dnl /* prefix is /usr, exec_prefix in /, if overridden exec_prefix follows prefix */
|
||||
AC_PREFIX_DEFAULT([/usr])
|
||||
test "$prefix" = NONE && test "$exec_prefix" = NONE && exec_prefix=
|
||||
|
||||
dnl /* libudev version */
|
||||
LIBUDEV_LT_CURRENT=0
|
||||
LIBUDEV_LT_REVISION=6
|
||||
|
Loading…
Reference in New Issue
Block a user