repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
daily update
[binutils.git]
/
etc
/
configure.in
blob
38bc65902e7ce79e80a1d787345fe6db6cb8cd72
1
dnl Process this file with autoconf to produce a configure script.
2
AC_PREREQ(2.5)
3
AC_INIT(Makefile.in)
4
5
AC_PROG_INSTALL
6
7
AC_SUBST(datarootdir)
8
AC_SUBST(docdir)
9
AC_SUBST(htmldir)
10
11
12
AC_OUTPUT(Makefile)