From 1d0761032043a22d4c2f6ba6fca7741f4fb010ac Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Wed, 28 May 2014 17:55:49 +0000 Subject: Added AM_PROG_CC_C_O and AM_PROG_LIBTOOL Removed unused CXX added the following default compiler flags: -Wdeclaration-after-statement -Wsequence-point -Wparentheses -Winit-self -Wuninitialized -Wformat -fstrict-aliasing -Wstrict-aliasing=2 added the following default linker flags: -Wl,--discard-all -Wl,--no-undefined Depending on autoconf-archive because using AX_CHECK_COMPILE_FLAG and AX_CHECK_LINK_FLAG --- man/Makefile.in | 6 +----- man/httrack.1 | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'man') diff --git a/man/Makefile.in b/man/Makefile.in index 15f3c17..948863b 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -117,12 +117,9 @@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFAULT_CFLAGS = @DEFAULT_CFLAGS@ +DEFAULT_LDFLAGS = @DEFAULT_LDFLAGS@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -192,7 +189,6 @@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ diff --git a/man/httrack.1 b/man/httrack.1 index 3123bad..d1cf66c 100644 --- a/man/httrack.1 +++ b/man/httrack.1 @@ -1,7 +1,7 @@ .\" Process this file with .\" groff -man -Tascii httrack.1 .\" -.TH httrack 1 "21 May 2014" "httrack website copier" +.TH httrack 1 "27 May 2014" "httrack website copier" .SH NAME httrack \- offline browser : copy websites to a local directory .SH SYNOPSIS -- cgit v1.2.3