Skip to content

Commit

Permalink
Remove Perl dependency.
Browse files Browse the repository at this point in the history
Nothing in the OVS tree uses Perl any longer, so remove the dependency.

Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Aaron Conole <[email protected]>
  • Loading branch information
blp committed Nov 27, 2017
1 parent 719dcfd commit 73965b8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 18 deletions.
8 changes: 0 additions & 8 deletions Documentation/intro/install/general.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@ schema, you will also need the following software:

- libtool version 2.4 or later. (Older versions might work too.)

To run the unit tests, you also need:

- Perl. Version 5.10.1 is known to work. Earlier versions should also
work.

The datapath tests for userspace and Linux datapaths also rely upon:

- pyftpdlib. Version 1.2.0 is known to work. Earlier versions should
Expand All @@ -162,9 +157,6 @@ other than plain text, only if you have the following:

- dot from graphviz (http://www.graphviz.org/).

- Perl. Version 5.10.1 is known to work. Earlier versions should also
work.

If you are going to extensively modify Open vSwitch, consider installing the
following to obtain better warnings:

Expand Down
2 changes: 0 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ SUFFIXES += .in
-e 's,[@]PKIDIR[@],$(PKIDIR),g' \
-e 's,[@]LOGDIR[@],$(LOGDIR),g' \
-e 's,[@]DBDIR[@],$(DBDIR),g' \
-e 's,[@]PERL[@],$(PERL),g' \
-e 's,[@]PYTHON[@],$(PYTHON),g' \
-e 's,[@]RUNDIR[@],$(RUNDIR),g' \
-e 's,[@]VERSION[@],$(VERSION),g' \
Expand All @@ -175,7 +174,6 @@ SUFFIXES += .xml
PKIDIR='$(PKIDIR)' \
LOGDIR='$(LOGDIR)' \
DBDIR='$(DBDIR)' \
PERL='$(PERL)' \
PYTHON='$(PYTHON)' \
RUNDIR='$(RUNDIR)' \
VERSION='$(VERSION)' \
Expand Down
6 changes: 0 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ AC_PROG_FGREP
AC_PROG_EGREP
PKG_PROG_PKG_CONFIG

AC_ARG_VAR([PERL], [path to Perl interpreter])
AC_PATH_PROG([PERL], perl, no)
if test "$PERL" = no; then
AC_MSG_ERROR([Perl interpreter not found in $PATH or $PERL.])
fi

AM_MISSING_PROG([AUTOM4TE], [autom4te])

AC_USE_SYSTEM_EXTENSIONS
Expand Down
1 change: 0 additions & 1 deletion tests/atlocal.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ HAVE_OPENSSL='@HAVE_OPENSSL@'
HAVE_PYTHON='@HAVE_PYTHON@'
HAVE_PYTHON3='@HAVE_PYTHON3@'
EGREP='@EGREP@'
PERL='@PERL@'

if test x"$PYTHON" = x; then
PYTHON='@PYTHON@'
Expand Down
1 change: 0 additions & 1 deletion tests/ovs-macros.at
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
AT_TESTED([ovs-vswitchd])
AT_TESTED([ovs-vsctl])
AT_TESTED([perl])

m4_include([m4/compat.m4])

Expand Down

0 comments on commit 73965b8

Please sign in to comment.