aboutsummaryrefslogtreecommitdiff
path: root/etc/configure.in
blob: f34241bea1e9f126929ab1d518ab16056643f1a9 (plain)
1
2
3
4
5
6
7
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.12.1)
AC_INIT(Makefile.in)

EGCS_PROG_INSTALL

AC_OUTPUT(Makefile)