mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
fe11221b54
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
|