2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* ampolish: Generate ACLOCAL_AMFLAGS = -I .../aclocal.
This commit is contained in:
Joel Sherrill
2000-11-10 14:26:48 +00:00
parent ecd5441123
commit ff11b0147a
2 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ampolish: Generate ACLOCAL_AMFLAGS = -I .../aclocal.
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -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 "<tmp>\n", @buffer, "</tmp>\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)"}} ) )
{