Add license notice to acinclude.m4, configure.ac.
[openvswitch] / Make.vars
index 538cde328e348cbd3b3aae7557c0d17c0a9a7afb..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
@@ -11,6 +10,15 @@ endif
 AM_CFLAGS = $(COMMON_FLAGS)
 AM_CFLAGS += -Wstrict-prototypes -I $(top_srcdir)/include
 
+rundir = $(localstatedir)/run
+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'