summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-02-29 22:11:58 +0200
committerDavid Sommerseth <davids@redhat.com>2012-03-22 22:07:07 +0100
commitfcff80aac1f71ebf881fbc269fb3c4df0789de6b (patch)
treefa78732bacbb72900de9dfba6c9528e39ab113be /Makefile.am
parente02570fd7d1f7fcc0928b42c0f7a7bb597e80208 (diff)
downloadopenvpn-fcff80aac1f71ebf881fbc269fb3c4df0789de6b.tar.gz
openvpn-fcff80aac1f71ebf881fbc269fb3c4df0789de6b.tar.xz
openvpn-fcff80aac1f71ebf881fbc269fb3c4df0789de6b.zip
build: remove awk and non-standard autoconf output processing
Replace with simpler environment solution. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Samuli Seppänen <samuli@openvpn.net> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 2 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am
index 6c0b2b4..a8ff457 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,7 @@ MAINTAINERCLEANFILES = \
$(srcdir)/depcomp $(srcdir)/aclocal.m4 \
$(srcdir)/config.guess $(srcdir)/config.sub \
$(srcdir)/openvpn.spec
-CLEANFILES = openvpn.8.html configure.h
+CLEANFILES = openvpn.8.html
EXTRA_DIST = \
sample-config-files \
@@ -57,8 +57,7 @@ dist_doc_DATA = \
dist_noinst_SCRIPTS = \
$(TESTS) \
- t_cltsrv-down.sh \
- configure_h.awk configure_log.awk
+ t_cltsrv-down.sh
dist_doc_DATA = \
COPYRIGHT.GPL \
@@ -156,13 +155,6 @@ openvpn_SOURCES = \
win32.h win32.c \
cryptoapi.h cryptoapi.c
-nodist_openvpn_SOURCES = configure.h
-options.$(OBJEXT): configure.h
-
-configure.h: Makefile
- awk -f $(srcdir)/configure_h.awk config.h > $@
- awk -f $(srcdir)/configure_log.awk config.log >> $@
-
if WIN32
dist_noinst_DATA += openvpn.8
nodist_html_DATA = openvpn.8.html