7 lines
146 B
Text
7 lines
146 B
Text
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)
|