mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
ca971bbfd8
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
18 lines
506 B
Diff
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.
|