mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
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)
|