summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* 2003-08-12 Paul Jakma <paul@dishone.st>paul2003-08-121-43/+44
| | | | | | | | | | | | | | | | | | | | 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-07-08 Tristan Horn <tristan+z@ethereal.net>paul2003-07-081-2/+9
| | | | * configure.ac: Fix recognition of FreeBSD if /dev/ip is found.
* 2003-06-06 Paul Jakma <paul@dishone.st>paul2003-06-061-4/+3
| | | | * Fix up defaults for --enable-{user,group}
* 2003-06-06 Paul Jakma <paul@dishone.stpaul2003-06-061-6/+6
| | | | * Fix up case of --enable-vty-group not being specified
* 2003-06-04 Paul Jakma <paul@dishone.st>paul2003-06-041-2/+56
| | | | * Merge of zebra privileges
* 2003-06-04 Paul Jakma <paul@dishone.st>paul2003-06-041-125/+123
| | | | | | | | | | | | | * (configure.in): removed * (configure.ac): Fixes/cleanups backported from zprivs branch AC_DEFINE templates added, Indentation of nested macros, IPv6 checks changed from independent if..fi blocks to if...elif...fi., Merge piddir and ac_sockdir into one ac_statedir, Remove world writeable dirs as candidates for ac_statedir, ERROR out if no state dir is found or --localstatedir not specified,
* Paul Jakma:paul2003-06-041-0/+12
| | | | | | lib/debug.{c,h}: glibc backtrace printing function (from the glibc info page) configure.ac: check for glibc backtrace and set define lib/zebra.h: glibc backtrace support
* Change rtadv to default to disabled.paul2003-05-251-5/+5
|
* Add back support for null0 interface blackhole routes.paul2003-05-251-1/+1
|
* Sync with configure.in.hasso2003-05-251-9/+41
|
* Fix errant ;;paul2003-05-231-1/+0
|
* From: Sergiy Vyshnevetskiy <serg@vostok.net>paul2003-05-231-0/+5
| | | | | | | Subject: [zebra 18994] Re: zebra-pj compile failure under OpenBSd 3.3 (gmake) properly detect rl_completion_matches vs completion_matches.
* Autogenerate the redhat/zebra.spec file using autoconfpaul2003-05-201-1/+5
| | | | supplied VERSION and CONFDATE.
* Cleanup the openpam AC_MSG's slightly.paul2003-05-201-8/+6
| | | | Add a DATE AC_SUBST.
* From: Sergiy Vyshnevetskiy <serg@vostok.net>paul2003-05-071-1/+2
| | | | | | | | | Subject: [PATCH] sockdir "configure.ac" script ignores absent socket directory. So do all demons (with just a puzzling complaint to _stderr_ only!). I added /tmp and /var/tmp to the list of possible dirs. They should be present in most configurations.
* From: Sergiy Vyshnevetskiy <serg@vostok.net>paul2003-05-061-2/+29
| | | | | | Subject: [zebra 18947] [PATCH] openpam patch configure support for openpam (freebsd5.0)
* [zebra 18626] move zebra socket paths to configure.acpaul2003-04-071-0/+31
| | | | | | | | | | | moved definition of the various socket paths from the per daemon header files into configure.ac. it will set the paths to be in the directory specified by --localstatedir=<prefix> or otherwise will try to guess as best it can ( a la pid file path detection - which probably should try reference ${prefix} too). the present hardcoded socket path, /tmp, isnt really correct. should be in /var somewhere really.
* Fix OSPFAPI buildpaul2003-03-281-2/+1
|
* Amir Guindehi <amir@datacore.ch>:paul2003-03-211-37/+58
| | | | | | Fix up build for OSPF-API (dependent on opaque-lsa) Add disable-ospfapi. Fix up net-snmp detection.
* Copied configure.in to configure.ac rather than other way around.paul2003-03-191-1/+19
| | | | Restore Amir's netsnmp build fix.
* Update configure.ac to match configure.in.paul2003-03-181-19/+1
| | | | still perplexed why removing configure.in breaks certain autoconf sites.
* Fix build for net-snmppaul2003-03-181-1/+19
|
* Put configure.ac back.paul2003-03-171-0/+827
|
* configure.ac is redundant.paul2003-03-171-818/+0
| | | | use configure.in
* Updated vtysh_cmd's. Previously, this was only updated in rpm builds.paul2003-03-021-1/+7
|
* Downgrade the ACPREREQ test. Chance our arm with allowing automake versionpaul2003-03-011-1/+1
| | | | 2.52
* Initial revisionpaul2003-03-011-0/+812