forked from Imagelibrary/rtems
* configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS.
13 lines
205 B
Makefile
13 lines
205 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I ../../aclocal
|
|
|
|
SUBDIRS = @subdirs@
|
|
|
|
DIST_SUBDIRS = generic hppa1.1 sh unix
|
|
|
|
include $(top_srcdir)/../../automake/subdirs.am
|
|
include $(top_srcdir)/../../automake/host.am
|