genode/repos/base-pistachio/patches/configure.patch
Norman Feske ca971bbfd8 Move repositories to 'repos/' subdirectory
This patch changes the top-level directory layout as a preparatory
step for improving the tools for managing 3rd-party source codes.
The rationale is described in the issue referenced below.

Issue #1082
2014-05-14 16:08:00 +02:00

18 lines
506 B
Diff

Require Autoconf version >= 2.50
---
user/configure.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/user/configure.in b/user/configure.in
index 264f82d..8f27ec2 100644
--- a/user/configure.in
+++ b/user/configure.in
@@ -34,6 +34,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(Pistachio, [0.4])
AC_CONFIG_SRCDIR([serv/sigma0/sigma0.cc])
+AC_PREREQ(2.50)
if test "x$host_alias" != x; then
# We do not necessarily need crt0 and friends when cross-compiling.