projects
/
platform
/
upstream
/
polkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aef972
)
mocklibc: Only require autoconf 2.63
author
Colin Walters
<walters@verbum.org>
Thu, 11 Apr 2013 17:39:34 +0000
(13:39 -0400)
committer
Colin Walters
<walters@verbum.org>
Thu, 11 Apr 2013 17:40:23 +0000
(13:40 -0400)
It still works, and this lets polkit build on RHEL6.
test/mocklibc/configure.ac
patch
|
blob
|
history
diff --git
a/test/mocklibc/configure.ac
b/test/mocklibc/configure.ac
index 70798ee18f99d1b43c40f3aeed4a221e03604c9f..5bd3243c3e89a331825b478cc8ceec406498280d 100644
(file)
--- a/
test/mocklibc/configure.ac
+++ b/
test/mocklibc/configure.ac
@@
-1,7
+1,7
@@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_PREREQ([2.6
5
])
+AC_PREREQ([2.6
3
])
AC_INIT([MockLibc], [1.1], [vonhollen@google.com])
AC_CONFIG_SRCDIR([src])
AC_CONFIG_HEADERS([config.h])