mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 14:59:38 +08:00
223a884814
From-SVN: r23802
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
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)
|