76143254dc
* aclocal.m4: New file with replacement for AC_PROG_INSTALL. * configure.in: Use EGCS_PROG_INSTALL. From-SVN: r15471
8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
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)
|