summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Cannot use the `-m` flag in first-time buildsSam Roberts2019-10-091-1/+1
| | | | | | | | | Running autogen.sh failed with: autoreconf: no config.status: cannot re-make The `-m` flag does not appear necessary, and removing it allows autotools to generate the configure script.
* autogen.sh: Remove script debugging and rebuild if possibleJoachim Nilsson2019-09-291-5/+6
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Merge branch 'master' of https://github.com/sgeto/libnet into sgeto-masterJoachim Nilsson2019-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+1
| | | | | | | | | | | | 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
* Move libnet/ content to top of git repoSam Roberts2019-09-231-0/+9
1. Moved scripts into libnet/scripts/, moved debian/ into libnet/, and other top-level content into libnet/. 2. Moved libnet/* up to ./