1
1
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:
Kay Sievers 2008-12-29 06:20:17 +01:00
parent 64be143742
commit 109d114578

View File

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