forked from Imagelibrary/rtems
* configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS. * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS. * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS. * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
10 lines
123 B
Makefile
10 lines
123 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
|
|
RPM_SPECS_DATA = \
|
|
autoconf-rtems.spec automake-rtems.spec
|
|
|
|
include $(top_srcdir)/../automake/local.am
|