summaryrefslogtreecommitdiffstats
path: root/tools/update/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'tools/update/configure.ac')
-rw-r--r--tools/update/configure.ac11
1 files changed, 2 insertions, 9 deletions
diff --git a/tools/update/configure.ac b/tools/update/configure.ac
index 17812eb85b..668f7fec97 100644
--- a/tools/update/configure.ac
+++ b/tools/update/configure.ac
@@ -4,7 +4,7 @@
AC_PREREQ(2.57)
AC_INIT([rtems-tools-update],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
-AC_CONFIG_SRCDIR([rtems-polish.sh])
+AC_CONFIG_SRCDIR([configure.ac])
RTEMS_TOP(../..)
AC_CANONICAL_HOST
@@ -12,13 +12,6 @@ AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
AM_MAINTAINER_MODE
-RTEMS_PATH_KSH
-RTEMS_PATH_PERL
-
-AM_CONDITIONAL(PERL,test -n "$PERL")
-
-RTEMS_TOOLPATHS
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT