summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* Add missing required defines & libs to libnet.pc.inJoachim Nilsson2019-10-061-2/+2
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Split .gitignore in sub-directories and clean up a bitJoachim Nilsson2019-09-291-0/+5
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Generate Doxyfile from configure script to handle out-of-tree buildsJoachim Nilsson2019-09-291-1/+0
| | | | | | | | | | - Relocate doc/libnet.doxygen.conf --> Doxgen.in - Clean up duplicate DX_INIT_DOXYGEN() from configure.ac - Simplify Makefile.am - Disable PDF and CHM files by default - ax_prog_doxygen.m4: Don't remove doc/ before building doc/ Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Add m4 macros missing from big merge, lost because of .gitignoreJoachim Nilsson2019-09-281-0/+329
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Merge branch 'master' of https://github.com/sgeto/libnet into sgeto-masterJoachim Nilsson2019-09-282-0/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore .travis.yml BUILD-FROM-GIT.txt Makefile.am Makefile.am.common Prepare acinclude.m4 autogen.sh configure.ac doc/html/Makefile.am doc/html/closed.png doc/html/globals_func.html doc/html/tab_s.png doc/libnet.doxygen.conf doc/man/Makefile.am doc/man/man3/Makefile.am doc/man/man3/libnet-functions.h.3 doc/man/man3/libnet-macros.h.3 include/libnet.h include/libnet/Makefile.am libnet/acinclude.m4 libnet/libnet-config.in libnet/m4/acinclude.m4 lua/Makefile lua/msvcbuild.bat sample/Makefile.am scripts/Push src/libnet_link_win32.c win32/Makefile.am
* Use standard autotools doxygen support.Barak A. Pearlmutter2019-09-281-0/+586
Generation of PDF doxygen documentation is enabled by default, can be disabled with $ ./configure --disable-doxygen-pdf This uses ax_prog_doxygen.m4 which is part of the GNU autoconf archive. A copy of /usr/share/aclocal/ax_prog_doxygen.m4 is put in m4/ This is invoked in configure.ac, and requires a macro in Makefile.am