summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-16 05:17:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-16 05:17:29 +0000
commita679d578e8f492d89fdba08567d21bf81eeb2ea1 (patch)
tree84f504b4c24501d23d87d165e1dd8eb03aa87fb0 /cpukit/aclocal
parent2006-11-15 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-a679d578e8f492d89fdba08567d21bf81eeb2ea1.tar.bz2
Pick up ampolish3 from ac_aux_dir.
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 edb8fc4b51..9a7c0adf39 100644
--- a/cpukit/aclocal/rtems-ampolish.m4
+++ b/cpukit/aclocal/rtems-ampolish.m4
@@ -3,7 +3,7 @@
AC_DEFUN([RTEMS_AMPOLISH3],
[
AC_PATH_PROG([PERL],[perl],[])
-AC_SUBST(AMPOLISH3,["\$(PERL) \$(top_srcdir)/${rtems_updir}ampolish3"])
+AC_SUBST(AMPOLISH3,["\$(PERL) ${ac_aux_dir}/ampolish3"])
AM_CONDITIONAL([AMPOLISH3],
[test x"$USE_MAINTAINER_MODE" = x"yes" \
&& test -n "${PERL}"])