]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - autogen.sh
sd-dhcp6-client: Save a DHCPv6 lease also with Information Reply
[thirdparty/systemd.git] / autogen.sh
index 3027f831532e5d626b40a5f8badd3fb850e0d4db..607a9682dd887260faabe1aaee0a33f0403c2374 100755 (executable)
@@ -47,7 +47,7 @@ fi
 
 if [ ! -L /bin ]; then
 args="$args \
---with-rootprefix= \
+--with-rootprefix=/ \
 --with-rootlibdir=$(libdir /lib) \
 "
 fi
@@ -57,9 +57,6 @@ cd $oldpwd
 if [ "x$1" = "xc" ]; then
         $topdir/configure CFLAGS='-g -O0 -ftrapv' --enable-compat-libs --enable-kdbus $args
         make clean
-elif [ "x$1" = "xt" ]; then
-        $topdir/configure CFLAGS='-g -O0 -ftrapv' --enable-compat-libs --enable-kdbus --enable-terminal $args
-        make clean
 elif [ "x$1" = "xg" ]; then
         $topdir/configure CFLAGS='-g -Og -ftrapv' --enable-compat-libs --enable-kdbus $args
         make clean