summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* tests: fetch header/packet without advanced modeValery Ivanov2023-05-021-0/+3
* Remove support for SOCK_PACKET socketsHervé Boisse2023-01-171-3/+0
* Refresh configure.ac, AC_TRY_COMPILE is obsoleteJoachim Wiberg2023-01-011-7/+5
* Bump copyright yearsJoachim Wiberg2022-12-311-1/+1
* Extract version from new file VERSION, for the benefit of win32Joachim Wiberg2022-12-311-1/+2
* tests: add initial support of unit testingValery Ivanov2022-03-121-0/+12
* configure: clang is a gnu compatible compilerJoachim Wiberg2021-07-201-1/+1
* Fix some non-standard types to build with -std=c18Thomas Habets2019-10-211-1/+4
* Bump version for v1.3 release cycleJoachim Nilsson2019-10-191-1/+1
* Update ChangeLog and bump version for v1.2 releasev1.2Joachim Nilsson2019-10-161-1/+1
* Automate building of doc both from GIT and dist tarballJoachim Nilsson2019-10-151-0/+1
* Clean up generated man pages on distcheck and disable HTMLJoachim Nilsson2019-10-101-0/+1
* Follow-up to c9c0de7: Make sure to generate doc/man/man1/MakefileJoachim Nilsson2019-10-101-0/+1
* doc: Restore distribution of generated man pagesJoachim Nilsson2019-10-101-0/+2
* Do not package or distribute map-pblock-typesSam Roberts2019-10-091-1/+0
* Bump version for v1.2-rc4v1.2-rc4Joachim Nilsson2019-10-091-1/+1
* configure: Check for FreeBSD pre-11 to detect SOCK_RAW behaviorJoachim Nilsson2019-10-081-7/+14
* libnet-config.in: Restore old LIBNET_CONFIG_CFLAGS, for completenessJoachim Nilsson2019-10-071-0/+1
* Revert "Remove libnet-config, replaced by pkg-config support"Joachim Nilsson2019-10-071-0/+1
* configure: Drop LIB@&t@OBJS + LTLIBOBJS computationJoachim Nilsson2019-10-061-18/+4
* configure: Refactor if/case, m4sh:ificationJoachim Nilsson2019-10-061-114/+98
* configure: Minor, cleanup and formattingJoachim Nilsson2019-10-061-40/+30
* configure: Minor, update info for `./configure --version`Joachim Nilsson2019-10-061-2/+4
* configure: Minor refactor, m4sh:ificationJoachim Nilsson2019-10-061-10/+3
* configure: Minor, clean up formatting of configuration summaryJoachim Nilsson2019-10-061-16/+19
* configure: Allow default CFLAGS="-O2 -g", use `make install-strip`Joachim Nilsson2019-10-061-4/+0
* configure: Minor, use # as comment instead of dnlJoachim Nilsson2019-10-061-38/+38
* configure: Drop --enable-debug/--enable-fast, use CFLAGS insteadJoachim Nilsson2019-10-061-43/+0
* configure: Revert to pre-1.2 behavior, don't build samples by defaultJoachim Nilsson2019-10-061-2/+2
* Drop gratuitous EOF and end of fileJoachim Nilsson2019-10-061-2/+0
* Clean up documentation a bit; URLs, wording, personal details ...Joachim Nilsson2019-10-061-1/+1
* Add missing required defines & libs to libnet.pc.inJoachim Nilsson2019-10-061-9/+9
* Remove __BSD_SOURCE and __FAVOR_BSD for Linux buildsJoachim Nilsson2019-10-051-5/+1
* Remove LIBNET_BSDISH_OS define, completely unused in source treeJoachim Nilsson2019-10-051-18/+4
* Remove all generated contentJoachim Nilsson2019-10-011-2/+0
* doc: Remove html from dist, also remove from configure.acJoachim Nilsson2019-09-291-1/+0
* Relocate scripts/ to bin/ and .bat file to win32/Joachim Nilsson2019-09-291-13/+16
* Generate Doxyfile from configure script to handle out-of-tree buildsJoachim Nilsson2019-09-291-29/+10
* doc: Fix doxygen buildJoachim Nilsson2019-09-281-1/+1
* Always generate win32/Makefile, used for make dist targetJoachim Nilsson2019-09-281-1/+2
* Merge branch 'master' of https://github.com/sgeto/libnet into sgeto-masterJoachim Nilsson2019-09-281-49/+219
* configure.ac: Update project URLJoachim Nilsson2019-09-281-1/+1
* Use standard autotools doxygen support.Barak A. Pearlmutter2019-09-281-1/+22
* Include URL in configure.ac call to AC_INIT.Barak A. Pearlmutter2019-09-281-1/+1
* Add section header for header section to configure.ac.Barak A. Pearlmutter2019-09-281-0/+4
* Accept result of autoupdate.Barak A. Pearlmutter2019-09-281-5/+2
* Remove deprecated AM_MAINTAINER_MODE from configure.ac.Barak A. Pearlmutter2019-09-281-1/+0
* Remove deprecated NO_SNPRINTFdohnuts2019-09-251-4/+2
* Remove libnet-config, replaced by pkg-config supportJoachim Nilsson2019-09-241-1/+1
* Add a libnet.pc for pkg-config, to replace libnet-configJoachim Nilsson2019-09-241-1/+1