summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-12-13 09:39:20 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-12-14 07:03:33 +0100
commit6b0a729bfd61a84097ca8d32c3ae9a2262fc288f (patch)
tree9b25271c9fa5c873e9c0175a42e0984895dfb0e4 /c/src/aclocal
parentscore: Static Objects_Information initialization (diff)
downloadrtems-6b0a729bfd61a84097ca8d32c3ae9a2262fc288f.tar.bz2
build: Remove ampolish3
Update #3254.
Diffstat (limited to 'c/src/aclocal')
-rw-r--r--c/src/aclocal/project-root.m42
-rw-r--r--c/src/aclocal/rtems-ampolish.m410
2 files changed, 0 insertions, 12 deletions
diff --git a/c/src/aclocal/project-root.m4 b/c/src/aclocal/project-root.m4
index a3f5cd3684..dc9ba597bf 100644
--- a/c/src/aclocal/project-root.m4
+++ b/c/src/aclocal/project-root.m4
@@ -1,6 +1,4 @@
AC_DEFUN([RTEMS_PROJECT_ROOT],
[dnl
AC_REQUIRE([RTEMS_TOP])
-AC_REQUIRE([RTEMS_AMPOLISH3])
])
-
diff --git a/c/src/aclocal/rtems-ampolish.m4 b/c/src/aclocal/rtems-ampolish.m4
deleted file mode 100644
index feb9ad20ee..0000000000
--- a/c/src/aclocal/rtems-ampolish.m4
+++ /dev/null
@@ -1,10 +0,0 @@
-AC_DEFUN([RTEMS_AMPOLISH3],
-[
-AC_REQUIRE([AM_INIT_AUTOMAKE])
-AC_PATH_PROG([PERL],[perl],[])
-AC_SUBST(AMPOLISH3,["\$(PERL) ${am_aux_dir}/ampolish3"])
-AM_CONDITIONAL([AMPOLISH3],
-[test x"$USE_MAINTAINER_MODE" = x"yes" \
- && test -n "${PERL}"])
-])
-