chiark / gitweb /
build-sys: use use ${ac_default_prefix}
authorKay Sievers <kay.sievers@vrfy.org>
Thu, 5 Jan 2012 03:17:13 +0000 (04:17 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Thu, 5 Jan 2012 03:17:13 +0000 (04:17 +0100)
configure.ac

index 497a74fc0af188fbc6b56e09914f2024bfce20cc..4fc75a434ab3cecac5309a435fa6957f4518ea55 100644 (file)
@@ -58,7 +58,7 @@ AC_SUBST(PCI_DATABASE)
 
 AC_ARG_WITH([rootprefix],
        AS_HELP_STRING([--with-rootprefix=DIR], [rootfs directory prefix for config files and kernel modules]),
 
 AC_ARG_WITH([rootprefix],
        AS_HELP_STRING([--with-rootprefix=DIR], [rootfs directory prefix for config files and kernel modules]),
-       [], [with_rootprefix=$prefix])
+       [], [with_rootprefix=${ac_default_prefix}])
 AC_SUBST([rootprefix], [$with_rootprefix])
 
 AC_ARG_WITH([rootlibdir],
 AC_SUBST([rootprefix], [$with_rootprefix])
 
 AC_ARG_WITH([rootlibdir],