Commit Graph

27 Commits

Author SHA1 Message Date
Xavier Roche
efa5392fc3 Cleanup (first git build) 2015-03-14 14:53:02 +01:00
Xavier Roche
1d07610320 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
2014-05-28 17:55:49 +00:00
Xavier Roche
6ba50a2001 Added symbol visibility features to the build to hide internal symbols (GCC) 2014-05-23 15:28:55 +00:00
Xavier Roche
51b7a84764 automake 1.11.6 (wheezy) 2013-06-09 14:25:27 +00:00
Xavier Roche
97ae28b283 Missing Makefile.in needed by configure 2013-06-09 08:57:44 +00:00
Xavier Roche
4e45067a48 Removed intermediate automake files (Sebastian Pipping)
# To regenerate these files, do something like:
libtoolize --copy --force \
	&& aclocal \
	&& automake --add-missing --copy --force-missing \
	&& autoheader \
	&& autoconf
2013-06-08 21:32:52 +00:00
Xavier Roche
61f0cec9c8 Added a basic https unit test. 2013-06-05 19:00:53 +00:00
Xavier Roche
73ced63e1f Added switchs to enable or disable online tests (currently enabled by default):
--enable-online-unit-tests
	--disable-online-unit-tests
2013-06-04 19:11:38 +00:00
Xavier Roche
ad073625e6 Propagate $lt_cv_objdir not to use directly .libs (would break on WIN32) 2013-06-03 19:37:06 +00:00
Xavier Roche
f37aa98097 Propagate $shlibpath_var not to use LD_LIBRARY_PATH (OSX and friends)
(based on a llvm commit by Jeffrey Yasskin :p)
2013-06-03 19:21:26 +00:00
Xavier Roche
f34ef131aa Regenerated libtool (Debian-style) 2013-06-02 14:21:30 +00:00
Xavier Roche
06d10335c1 Updated libtool 2013-06-02 14:18:29 +00:00
Xavier Roche
5882fbd039 Added minimalistic unit tests for HTTrack (about time :p) 2013-06-02 10:17:05 +00:00
Xavier Roche
84eb03f43a openssl is no longer dynamically probed at stratup, but dynamically linked 2013-05-19 15:31:45 +00:00
Xavier Roche
93914925cc dh_autoreconf cleanup (outdated-autotools-helper-file) 2013-04-28 18:42:43 +00:00
Xavier Roche
b980c02fdb configure.ac (Sebastian Pipping) 2013-04-26 06:05:30 +00:00
Xavier Roche
6cf790aa13 Updated libtool 2013-04-17 08:39:08 +00:00
Xavier Roche
483f734f64 Updated libtool && aclocal && automake && autoheader && autoconf 2013-02-23 14:14:03 +00:00
Xavier Roche
4edc8b5555 Removed gpl.txt (duplicate with COPYING) 2012-05-08 16:16:35 +00:00
Xavier Roche
bbaccf7ba1 -liconv 2012-05-06 14:37:40 +00:00
Xavier Roche
388b7dee2a httrack 3.45.1 2012-03-19 13:04:25 +00:00
Xavier Roche
0183f4dd84 httrack 3.44.1 2012-03-19 13:03:26 +00:00
Xavier Roche
1ecdfbe3b8 httrack 3.43.12 2012-03-19 13:00:51 +00:00
Xavier Roche
4aec03f2cb httrack 3.42.3 2012-03-19 13:00:04 +00:00
Xavier Roche
64cc4a88da httrack 3.40.4 2012-03-19 12:57:43 +00:00
Xavier Roche
844ecc3707 httrack 3.33.16 2012-03-19 12:55:42 +00:00
Xavier Roche
25adbdabb4 httrack 3.30.1 2012-03-19 12:51:31 +00:00