summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-15 14:34:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-15 14:34:23 +0000
commit633bae48f41d9c15d82c319bf151577b746fd6a0 (patch)
tree83f9cc4571c32239cada424bb8abc6bd43de28bd /c/src/aclocal
parentAC_PREREQ(2.60). (diff)
downloadrtems-633bae48f41d9c15d82c319bf151577b746fd6a0.tar.bz2
Pick up ampolish3 from ac_aux_dir.
Diffstat (limited to 'c/src/aclocal')
-rw-r--r--c/src/aclocal/rtems-ampolish.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/aclocal/rtems-ampolish.m4 b/c/src/aclocal/rtems-ampolish.m4
index edb8fc4b51..9a7c0adf39 100644
--- a/c/src/aclocal/rtems-ampolish.m4
+++ b/c/src/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}"])