mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 05:12:28 +08:00
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)
|