4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 04:49:25 +08:00
newlib-cygwin/etc/configure.ac
Mike Frysinger f013c741c1 etc: switch to automake
There's no content in here currently, so switching to automake is
pretty easy with a stub file.
2021-11-10 20:14:00 -05:00

10 lines
186 B
Plaintext

dnl Process this file with autoconf to produce a configure script.
AC_INIT([etc], [0])
AM_MAINTAINER_MODE
AM_INIT_AUTOMAKE
AM_SILENT_RULES([yes])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT