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

EGCS_PROG_INSTALL

AC_OUTPUT(Makefile)