summaryrefslogtreecommitdiffstats
path: root/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: fix 9562a77... (mrlg removal)David Lamparter2016-05-261-1/+1
| | | | | | | | | mrlg.cgi was removed in 9562a77 "mrlg: Remove obsolete version." but the file was still listed in Makefile.am. Fixes: 9562a77 ("mrlg: Remove obsolete version.") Signed-off-by: David Lamparter <equinox@opensourcerouting.org> (cherry picked from commit 59135bde25441cd39cea0389467eb206fc9030c9)
* pimd: merge pimd as of 2015-01-19David Lamparter2016-05-261-2/+2
| | | | | | | | | | | | | | | | | | | | | Welcome pimd to the Quagga daemon zoo! This is a merge of commit 77ae369 ("pimd: Log ifindex found for an interface when zebra lib reports a new connected address."), with the intermediate "reconnect" changes removed (c9adf00...d274381). d274381 is replaced with b162ab7, which includes some changes. In addition, 4 reconnect-related changes and 1 cosmetic one have been bumped out. The rebase command used to produce the branch that is merged here is: git rebase --onto b162ab7 c9adf00 77ae369 Note that 3 patches had their author rewritten from "Anonymous SR#108542 <>" (which is not a valid git author ID) to: "Savannah SR#108542 <nbahr@atcorp.com>" (which is the e-mail address listed in the associated Savannah ticket) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* quagga: remove babelDaniel Walton2016-02-111-2/+2
| | | | | | | | Ticket: CM-9274 Reviewed By: sharpd@cumulusnetworks.com Testing Done: <DETAILED DESCRIPTION (REPLACE)>
* Add json output support for a few BGP show commandsDonald Sharp2015-05-201-0/+1
|
* build: remove now-useless --{en, dis}able-testsDavid Lamparter2014-04-011-1/+1
| | | | | | | | | | | | | commit d771020 "don't build tests unless make check is run" has made the --{en,dis}able-tests switch completely useless. The differentiation is now made by running "make check" or not doing so. The only effect of the switch is an "empty" excursion of make into the tests/ directory. (well, and it turns "make check" useless from the main directory if --disable-tests is given, which I don't think makes sense either) Acked-by: Greg Troxel <gdt@ir.bbn.com> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* build: fix dist tarballDavid Lamparter2012-12-131-1/+2
| | | | | | | automake file lists haven't quite kept up with recent changes, time to fix them up so the dist tarball actually works... Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* build: compile tests/ by defaultDavid Lamparter2012-11-031-1/+1
| | | | | | | | | | Broke the tests again... let's just build them by default so it's easier to notice. If anyone doesn't want to build tests, there's --disable-tests. NB: tests will be neither run nor installed. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* babeld: Initial import, for Babel routing protocol.Paul Jakma2012-03-251-2/+2
| | | | | | | | | | | * Initial import of the Babel routing protocol, ported to Quagga. * LICENCE: Update the original LICENCE file to include all known potentially applicable copyright claims. Ask that any future contributors to babeld/ grant MIT/X11 licence to their work. * *.{c,h}: Add GPL headers, in according with the SFLC guidance on dealing with potentially mixed GPL/other licensed work, at: https://www.softwarefreedom.org/resources/2007/gpl-non-gpl-collaboration.html
* HACKING.tex: Change to a LaTeX version of HACKINGPaul Jakma2012-03-081-0/+10
| | | | | | | * configure.ac: Check for latexmk and pdflatex * Makefile.am: Add a conditional target to build HACKING.pdf, as a convenience * HACKING.tex: A slightly more structured HACKING, is readable on its own. * HACKING: removed
* [doc] Add "--disable-doc" to configureJoakim Tjernlund2009-06-251-1/+1
| | | | | | | Configure option "--disable-doc" will prevent building the documents under doc. Saves build time and the need to have document building tools installed. Useful when your build machine is different from your development machine.
* [build] tools/multiple-bgpd.sh should be in 'make dist'Paul Jakma2009-05-081-1/+1
|
* Add --enable-solaris to descend into solaris-specific build directory.Greg Troxel2007-08-021-1/+1
| | | | | | While it doesn't take a long time to build, this is currently the only thing in the tree that doesn't work with BSD make, and there's no reason to build solaris package control files on other systems.
* 2005-08-13 Paul Jakma <paul@jakma.org>paul2005-08-131-1/+1
| | | | | | * Makefile.am: (EXTRA_DIST) Add the trailing slash back in which greg left out - tools bits weren't being included in dist, which broke rpm builds :).
* add INSTALL.quagga.txt to the distribution, so that people who applygdt2005-08-101-2/+3
| | | | | patches and lose because of old autoconf/automake versions have the opportunity to find tout what to do.
* 2005-04-11 Paul Jakma <paul.jakma@sun.com>paul2005-04-111-2/+4
| | | | | | | | | * configure.ac: Call AC_CANONICAL_{BUILD,TARGET} macros. Target isnt set otherwise, afaict. AC_SUBST enable_{user,group,vty_group} and quagga_statedir - the Solaris package bits for one need this. configure the solaris/ Makefile. * Makefile.am: solaris is a subdir - unconditional or else it wont be included in non-solaris made dists.
* 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-221-2/+2
| | | | * {configure.ac,Makefile.am}: Build watchquagga by default.
* autoreconf doesnt like top_srcdir var. update-autotools needs to -I m4 toopaul2004-09-131-1/+1
| | | | to ensure it's pulled in. (snapshot host depends on that script).
* Fix aclocal m4/ include for out-of-tree builds - all src relative pathspaul2004-09-051-1/+1
| | | | need to be prefixed with $(top_srcdir)
* 2004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>gdt2004-08-311-3/+3
| | | | | | | * Makefile.am (EXTRA_DIST): New - just has EXTRA_DIST. (Using a directory in EXTRA_DIST in the parent was causing 'make dist' to fail.) (Now m4/Makefile* is first-class and included from top level.)
* 2004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>gdt2004-08-311-1/+1
| | | | | * Rename scripts to *.sh.in, and use autoconf-style substitution for prefix and localstatedir.
* Add start/stop scripts for the rc.d framework used bygdt2004-08-271-3/+2
| | | | pkgsrc (NetBSD and others). Contributed by Miles Nordin.
* 2004-08-19 Paul Jakma <paul@dishone.st>paul2004-08-191-1/+4
| | | | | | | * Makefile.am: add m4 directory to EXTRA_DIST, and define ACLOCAL_AMFLAGS to have aclocal pull in m4/ * configure.ac: AM_PROG_LIBTOOL should be AC_PROG_LIBTOOL * update-autotools: print a warning that this script is deprecated
* 2004-07-27 Paul Jakma <paul@dishone.st>paul2004-07-271-1/+1
| | | | * Makefile.am: tests/ must be in dist or building from dist breaks
* 2004-07-14 Greg Troxel <gdt@poblano.ir.bbn.com>gdt2004-07-141-1/+1
| | | | | * Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is really in distfile.
* Use EXTRA_DIST to distribute files, and don't list directories.gdt2004-06-301-12/+5
| | | | Remove disthook that removed the crud that was copied in due to this.
* 2004-01-10 Paul Jakma <paul@dishone.st>paul2004-01-101-2/+1
| | | | * Makefile.am: redhat/ is a dist subdir too.
* 2004-01-08 Paul Jakma <paul@dishone.st>paul2004-01-091-3/+2
| | | | | | | | | * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR, remove the redhat/... dist targets - instead these now go in.. redhat/Makefile.am: (new) proper place to describe redhat/ dist files, as well as allow quagga.spec to be regenerated properly. redhat/quagga.sysconfig: specify conf file location. redhat/quagga.spec.in: Add 2 patches to RPM build.
* 2003-12-30 Paul Jakma <paul@dishone.st>paul2003-12-301-3/+4
| | | | | | | | * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than copying via dist-hook. Remove ~ files backup cruft from dists. isisd/Makefile.am: sysconf example should go via dist_examples_DATA. The include-netbsd/ headers werent mentioned as sources and werent being copied into dists.
* Merge isisd into the Quagga's framework:jardin2003-12-231-2/+3
| | | | | | | | | | - add privs support - use misc quagga's definitions - make it compile"able" - fix segfault cases related to hostname() - add debug isis xxx command This patch has been approved by Paul Jakma.
* 2003-08-12 Paul Jakma <paul@dishone.st>paul2003-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | 2003-08-12 Paul Jakma <paul@dishone.st> * Makefile.am: redhat/zebra.* -> redhat/quagga.* * configure.ac: Bump autoconf prerequisite to 2.53. dist name zebra -> quagga. general Zebra -> Quagga where appropriate (ie not zebra daemon). User and group zebra->quagga. s/ZEBRA\(_VERSION\)/QUAGGA\1/. * bgpd/bgp_main.c: s/ZEBRA\(_VERSION\)/QUAGGA\1/ * lib/command.c: Update banners and s/ZEBRA\(_VERSION\)/QUAGGA\1/ * lib/print_version.c: ditto * lib/version.h: s/ZEBRA\(_VERSION\)/QUAGGA\1/ and bump version. Change ZEBRA_URL. * lib/smux.c: s/ZEBRA\(_VERSION\)/QUAGGA\1/ * lib/vty.h: Change Zebra.conf to Quagga.conf (integrated file) * ospf6d/ospf6{,_main}.c: s/ZEBRA\(_VERSION\)/QUAGGA\1/ * ospfd/ospf_main.c: s/ZEBRA\(_VERSION\)/QUAGGA\1/
* 2003-06-04 Paul Jakma <paul@dishone.st>paul2003-06-041-3/+7
| | | | | | | * (Makefile.am): doc should be a SUBDIR. Specify DIST_SUBDIRS to remove dependence of make dist on configure options. Add doc/mpls to EXTRA_DIST. redhat/ does not need a dist-hook, its already in SUBDIR. Remove CVS/ dir from the dist doc/.
* Fix make distpaul2003-03-311-4/+3
|
* Update auto files.paul2003-03-171-1/+1
| | | | No doubt builds will now break for everyone. (works here - autoconf 2.13)
* Initial revisionpaul2002-12-131-0/+16