2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2024-12-21 21:58:44 +08:00
gcc/etc/configure.in

8 lines
141 B
Plaintext
Raw Normal View History

1997-08-22 06:57:35 +08:00
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)