forked from Imagelibrary/rtems
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
* configure.in: Replace AC_CONFIG_SUBDIRS with
RTEMS_CONFIG_BUILD_SUBDIRS.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
* configure.in: Replace AC_CONFIG_SUBDIRS with
|
||||
RTEMS_CONFIG_BUILD_SUBDIRS.
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
##
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
|
||||
|
||||
SUBDIRS = @subdirs@
|
||||
|
||||
|
||||
@@ -14,10 +14,12 @@ AM_MAINTAINER_MODE
|
||||
RTEMS_TOOLPATHS
|
||||
AC_SUBST(program_prefix)
|
||||
|
||||
AC_CONFIG_SUBDIRS(generic)
|
||||
RTEMS_CONFIG_BUILD_SUBDIRS(generic)
|
||||
if test -d $srcdir/$RTEMS_CPU; then
|
||||
AC_CONFIG_SUBDIRS($RTEMS_CPU)
|
||||
fi
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_OUTPUT(Makefile)
|
||||
|
||||
RTEMS_OUTPUT_BUILD_SUBDIRS(RTEMS_BUILD_SUBDIRS)
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
* configure.in: Replace AC_CONFIG_SUBDIRS with
|
||||
RTEMS_CONFIG_BUILD_SUBDIRS.
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
##
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
|
||||
|
||||
SUBDIRS = @subdirs@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user