Add license notice to acinclude.m4, configure.ac.
[openvswitch] / Make.vars
index ceef15b73f287d32c497e92b0989685f312ad0a0..583d3eb0f9183c6d03dceb75420ba6f1230fa88a 100644 (file)
--- a/Make.vars
+++ b/Make.vars
@@ -1,7 +1,6 @@
 # -*- makefile -*-
 
 AM_CPPFLAGS = $(SSL_CFLAGS)
-LIBS = $(SSL_LIBS)
 
 COMMON_FLAGS = -DVERSION=\"$(VERSION)\"
 if NDEBUG
@@ -17,3 +16,9 @@ AM_CFLAGS += -DRUNDIR=\"$(rundir)\"
 if !NDEBUG
 AM_LDFLAGS = -export-dynamic
 endif
+
+do_subst = sed -e 's,[@]pkidir[@],$(pkidir),g' \
+               -e 's,[@]rundir[@],$(rundir),g' \
+               -e 's,[@]PERL[@],$(PERL),g'
+ro_script = sed "`printf '1a\\' && printf '\\n\# -*- buffer-read-only: t -*-'`"
+ro_man = printf '.\\" Local variables:\n.\\" buffer-read-only: t\n.\\" End:\n'