binutils-gdb/etc/configure.ac
Mike Frysinger fe11221b54 etc: switch to automake
There's no content in here currently, so switching to automake is
pretty easy with a stub file.
2021-09-09 23:30:12 -04: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