mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
f013c741c1
There's no content in here currently, so switching to automake is pretty easy with a stub file.
10 lines
186 B
Plaintext
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
|