summaryrefslogtreecommitdiff
path: root/m4/.gitignore
AgeCommit message (Collapse)Author
2024-01-27build: add ax_recursive_eval.m4David Lamparter
As found in the GNU autoconf archive https://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2022-03-26autoconf: do not .gitignore m4/ax_lua.m4Eugene Crosser
The file m4/ax_lua.m4 needs to be a part of distribution, but it is not inluded in the git repository by default becuase .gitignore file has a wildcard for all *.m4 files, while individual files that must _not_ be ignored are listed one by one as exceptions. ax_lua.m4 needs to be added to this list of exceptions too. One failure scenario is when you put a snapshot of the source tree in a new git repository (e.g. the one used for a local CI/CD), this file is not included in the repository, and subsequently build fails. This commit adds the exception into m4/.gitignore file Signed-off-by: Eugene Crosser <crosser@average.org>
2021-05-22grpc: improve checks for GRPC C++ requirementsChristian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>
2021-04-21build: use AC_CONFIG_AUX_DIRDavid Lamparter
aka the "put shit into a subdirectory" option Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2019-06-04build: refactor & revamp python autoconf logicDavid Lamparter
Signed-off-by: David Lamparter <equinox@diac24.net>
2018-10-01build: add --enable-static-bin optionDavid Lamparter
This option can be used to get statically linked binaries. Note: libfrr.la is removed from modules' library dependency list. This is intentional and explained in a comment in lib/subdir.am. Signed-off-by: David Lamparter <equinox@diac24.net>
2018-09-08*: cleanup .gitignore filesDavid Lamparter
Signed-off-by: David Lamparter <equinox@diac24.net>
2017-03-31build: find & use threading libraryDavid Lamparter
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2008-08-22[administrivia] Git should ignore backup files and .loT filesPaul Jakma
2008-08-22[administrivia] Add .gitignore files, based on .cvsignores.Paul Jakma