projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
725c76a
)
Add check for bison.
author
Ulrich Drepper
<drepper@redhat.com>
Mon, 5 Feb 2001 22:58:04 +0000
(22:58 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Mon, 5 Feb 2001 22:58:04 +0000
(22:58 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
90860d6
..
1dc893b
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-716,6
+716,8
@@
OLD_DEBIAN_INSTALL_INFO=$libc_cv_old_debian_install_info
fi
AC_SUBST(OLD_DEBIAN_INSTALL_INFO)
+AC_PATH_PROG(BISON, bison, no, $PATH:/usr/local/bin:/usr/bin:/bin)
+
AC_CACHE_CHECK(for signed size_t type, libc_cv_signed_size_t, [dnl
echo '#include <stddef.h>
FOOBAR __SIZE_TYPE__ FOOBAR' > conftest.c