7285d372e741a4f502d844b3c0d6413390af101c
[deliverable/binutils-gdb.git] / etc / configure.in
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 AC_SUBST(pdfdir)
11
12 AC_OUTPUT(Makefile)
This page took 0.028861 seconds and 3 git commands to generate.