From 8bcd65b292bdffe538724ddeb62333fbce727cf8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 13 Dec 2006 05:37:15 +0000 Subject: [PATCH] Use am_aux_dir/ampolish3. --- c/src/aclocal/rtems-ampolish.m4 | 2 +- cpukit/aclocal/rtems-ampolish.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c/src/aclocal/rtems-ampolish.m4 b/c/src/aclocal/rtems-ampolish.m4 index 2d82c31b15..df3b48075e 100644 --- a/c/src/aclocal/rtems-ampolish.m4 +++ b/c/src/aclocal/rtems-ampolish.m4 @@ -4,7 +4,7 @@ AC_DEFUN([RTEMS_AMPOLISH3], [ AC_REQUIRE([AM_INIT_AUTOMAKE]) AC_PATH_PROG([PERL],[perl],[]) -AC_SUBST(AMPOLISH3,["\$(PERL) ${ac_aux_dir}/ampolish3"]) +AC_SUBST(AMPOLISH3,["\$(PERL) ${am_aux_dir}/ampolish3"]) AM_CONDITIONAL([AMPOLISH3], [test x"$USE_MAINTAINER_MODE" = x"yes" \ && test -n "${PERL}"]) diff --git a/cpukit/aclocal/rtems-ampolish.m4 b/cpukit/aclocal/rtems-ampolish.m4 index 075d6492c9..328df7afcb 100644 --- a/cpukit/aclocal/rtems-ampolish.m4 +++ b/cpukit/aclocal/rtems-ampolish.m4 @@ -4,7 +4,7 @@ AC_DEFUN([RTEMS_AMPOLISH3], [ AC_REQUIRE([AM_MAINTAINER_MODE]) AC_PATH_PROG([PERL],[perl],[]) -AC_SUBST(AMPOLISH3,["\$(PERL) ${ac_aux_dir}/ampolish3"]) +AC_SUBST(AMPOLISH3,["\$(PERL) ${am_aux_dir}/ampolish3"]) AM_CONDITIONAL([AMPOLISH3], [test x"$USE_MAINTAINER_MODE" = x"yes" \ && test -n "${PERL}"])