From ff11b0147a4a7fa769b5a6bb6686734a621c0c34 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 10 Nov 2000 14:26:48 +0000 Subject: 2000-11-10 Ralf Corsepius * ampolish: Generate ACLOCAL_AMFLAGS = -I .../aclocal. --- tools/update/ChangeLog | 4 ++++ tools/update/ampolish | 6 +----- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tools') diff --git a/tools/update/ChangeLog b/tools/update/ChangeLog index 4c62666d27..41205acf14 100644 --- a/tools/update/ChangeLog +++ b/tools/update/ChangeLog @@ -1,3 +1,7 @@ +2000-11-10 Ralf Corsepius + + * ampolish: Generate ACLOCAL_AMFLAGS = -I .../aclocal. + 2000-11-09 Ralf Corsepius * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. diff --git a/tools/update/ampolish b/tools/update/ampolish index af267e8bb9..142be1d671 100755 --- a/tools/update/ampolish +++ b/tools/update/ampolish @@ -101,8 +101,6 @@ else { $rtems_top .= "/" ; } foreach ( @buffer ) { -# tr /\{\}/\(\)/ ; - if ( /^(TMP|PRE)INSTALL_FILES[\s]*=(.*)$/o ) { # force "+=" push @ibuf, "$1INSTALL_FILES +=$2\n" ; @@ -150,8 +148,6 @@ else { $rtems_top .= "/" ; } @buffer = @ibuf ; } -# print STDERR "\n", @buffer, "\n" ; - { my @ibuf = () ; foreach ( @buffer ) @@ -296,7 +292,7 @@ foreach( @vars ) push @ibuf, "\nAUTOMAKE_OPTIONS = @{$l}\n" ; if ( "$rtems_cfg" eq "." ) { - push @ibuf, "ACLOCAL_AMFLAGS = -I \$(RTEMS_TOPdir)/aclocal\n" ; + push @ibuf, "ACLOCAL_AMFLAGS = -I ${rtems_top}aclocal\n" ; } if ( defined( @{$var_{"\$(VPATH)"}} ) ) { -- cgit v1.2.3