summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-12-13 05:37:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-12-13 05:37:15 +0000
commit8bcd65b292bdffe538724ddeb62333fbce727cf8 (patch)
treec228f6b76091d31b50ec98afc8e2415c8596ad6e /cpukit/aclocal
parentFix ugly typos. (diff)
downloadrtems-8bcd65b292bdffe538724ddeb62333fbce727cf8.tar.bz2
Use am_aux_dir/ampolish3.
Diffstat (limited to 'cpukit/aclocal')
-rw-r--r--cpukit/aclocal/rtems-ampolish.m42
1 files changed, 1 insertions, 1 deletions
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}"])