mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 04:08:58 +08:00
6599da043e
From-SVN: r14877
8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
dnl Process this file with autoconf to produce a configure script.
|
|
AC_PREREQ(2.5)
|
|
AC_INIT(Makefile.in)
|
|
|
|
AC_PROG_INSTALL
|
|
|
|
AC_OUTPUT(Makefile)
|