summaryrefslogtreecommitdiffstats
path: root/m4/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: merge all gitignore files in top level directoryThomas Haller2020-04-161-2/+0
| | | | | | | The source tree of libnl3 is fairly simple. We can afford thinking and reasoning about it as one. Don't spread out the .gitignore files, instead ignore all files consistently via the ignore file in the top level directory.
* Move to automake-based buildJan Engelhardt2009-06-221-0/+2
Issues solved: * PACKAGE_VERSION was abused for SOVERSION * unneeded DEP stage * did not support out-of-tree builds * no way to turn off silent mode * overriding CFLAGS at make time was not supported * no static libs were provided Signed-off-by: Jan Engelhardt <jengelh@medozas.de>