From 0dd464957c864829bf5730b71279765a0376e3f6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 31 Oct 2010 00:36:40 +0200 Subject: build: remove statements without effect Signed-off-by: Jan Engelhardt --- Makefile.am | 4 ---- configure.ac | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index 23f646c..afb4595 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,9 +9,5 @@ SUBDIRS = extensions src DIST_SUBDIRS = include src extensions LIBS = @LIBNETFILTER_CONNTRACK_LIBS@ -$(OBJECTS): libtool -libtool: $(LIBTOOL_DEPS) - $(SHELL) ./config.status --recheck - dist-hook: rm -rf `find $(distdir)/doc -name .svn` diff --git a/configure.ac b/configure.ac index f840a00..e068798 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT(conntrack-tools, 0.9.15, pablo@netfilter.org) -AC_CANONICAL_SYSTEM +AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-bzip2 1.6]) @@ -12,7 +12,7 @@ AC_PROG_LN_S AM_PROG_LEX AC_PROG_YACC -case $target in +case "$host" in *-*-linux*) ;; *) AC_MSG_ERROR([Linux only, dude!]);; esac -- cgit v1.2.3