mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
There's no content in here currently, so switching to automake is pretty easy with a stub file.
9 lines
186 B
Text
9 lines
186 B
Text
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
|