aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2014-05-01Switch to refactored rpki-rtr implementation.Rob Austein
svn path=/trunk/; revision=5818
2014-04-10Incomplete autoconf conversion in RP tools. Oops. Thanks, Michael.Rob Austein
svn path=/branches/tk685/; revision=5781
2014-04-09Clean up source regeneration (h/ and schemas/), debug builds withRob Austein
--disable-*-tools set. svn path=/branches/tk685/; revision=5775
2014-04-09Need to run setup.py for CA too, not just RP. Doh. Many of the oldRob Austein
assumptions in configure.ac were no longer valid, so it was time to refactor big chunks of it. svn path=/branches/tk685/; revision=5774
2014-04-08First cut at revised top-level rules and macros. Tediously verbose atRob Austein
the moment, clean that up later, but seems to work as intended. svn path=/branches/tk685/; revision=5769
2014-04-07Whack test code to work with new tree, fix relaxng.py.Rob Austein
svn path=/branches/tk685/; revision=5765
2014-04-07Fix schema generation.Rob Austein
svn path=/branches/tk685/; revision=5760
2014-04-06Start whacking MakefilesRob Austein
svn path=/branches/tk685/; revision=5758
2014-04-05Merge tk671 (router certificate support) back to trunk. See #671.Rob Austein
svn path=/trunk/; revision=5753
2014-03-16Pull from trunk.Rob Austein
svn path=/branches/tk671/; revision=5705
2014-03-16Add --disable-runtime-dependencies to turn off enforcement inRob Austein
build-time checks of runtime dependencies (ie, we still whine, but ./configure keeps going rather than exiting with an error). svn path=/trunk/; revision=5704
2013-11-27$top/rpkid/portal-gui/ no longer needs a Makefile. Closes #477.Rob Austein
svn path=/trunk/; revision=5606
2013-09-26Silence apachectl whining about ulimits during autoconf.Rob Austein
svn path=/trunk/; revision=5525
2013-09-25Add --enable-wsgi-python-egg-cache. See #630.Rob Austein
svn path=/trunk/; revision=5520
2013-09-23Missing single quote. Fixes #627.Rob Austein
svn path=/trunk/; revision=5513
2013-09-19Apache-version-agnosticism, part 1: fix autoconf, FreeBSD portRob Austein
skeleton, rcynic-cron. rpkigui-apache-confgen still needs work to support 2.4 syntax, but we should be tracking the Apache version number correctly for the version-dependent pathnames on FreeBSD. See #616. svn path=/trunk/; revision=5501
2013-07-16Save rcynic-html for last in rcynic-cron, as it's less critical thanRob Austein
tasks like feeding the rpki-rtr engine. Treat failure to find rrdtool as a fatal error during ./configure, to avoid building a version of rcynic-html that can't generate graphs. Closes #583. svn path=/trunk/; revision=5430
2013-07-04Non-packaged builds on Ubuntu should install Python libraries toRob Austein
/usr/local/lib/, not /usr/lib/. See #575. svn path=/trunk/; revision=5425
2013-05-07Require lxml, don't just test for it.Rob Austein
svn path=/trunk/; revision=5331
2013-05-07Check for argparse.Rob Austein
svn path=/trunk/; revision=5330
2013-04-17Add --pwgen option to rpki-confgen. Add framework for rpkidRob Austein
post-install actions. Clean up a bunch of useless __doc__ strings in preparation for converting most tools from getopt to argparse. svn path=/trunk/; revision=5299
2013-04-04configure no longer needs to look for django-admin.pyMichael Elkins
svn path=/trunk/; revision=5280
2013-04-04pull SECRET_KEY from rpki.conf if present, otherwise generate a random valueMichael Elkins
merge remainder of settings.py into default_settings.py and remove settings.py.in remove $top/buildtools/subst-vars.py since it was only used to generate settings.py from settings.py.in move ${datarootdir}/default_settings.py to rpki.gui.default_settings set DJANGO_SETTINGS_MODULE to rpki.gui.default_settings in ${datarootdir}/rpki/wsgi/rpki.wsgi svn path=/trunk/; revision=5275
2013-04-03remove support for virtualenv.Michael Elkins
closes #504 svn path=/trunk/; revision=5269
2013-03-19revert OS specific post install rules added in [5119]Michael Elkins
svn path=/trunk/; revision=5177
2013-03-19$DJANGO_DIR is no longer needed and not used anywhereMichael Elkins
svn path=/trunk/; revision=5175
2013-03-18Rewrite rcynic-cron to remove horrible maze of dependencies onRob Austein
external programs to chroot or setuid. Declare dependency on rpki-rp in Ubuntu rpki-ca package. svn path=/trunk/; revision=5171
2013-03-18test for existance of /var/www/html which is DocumentRoot on RHEL/CentOS Michael Elkins
svn path=/trunk/; revision=5170
2013-03-08Whack OpenSSL configuration to pull its notion of the CPU fromRob Austein
autoconf rather than deducing this on its own, so that we can use pbuilder and pbuilder-dist to build both 32-bit and 64-bit packages on the same 64-bit Ubuntu machine. See #423. svn path=/trunk/; revision=5124
2013-03-07pbuilder doesn't provide enough clues for us to guess that we need toRob Austein
use --install-layout=deb, so add ./configure option to force it. svn path=/trunk/; revision=5121
2013-03-07use --enable-target-install framework to add install-linux to the install ↵Michael Elkins
target for the web portal svn path=/trunk/; revision=5120
2013-03-07Relax South requirement to version 0.7.5, per Michael's testing. Closes #450.Rob Austein
svn path=/trunk/; revision=5117
2013-03-06display error message if username was omitted when specifying ↵Michael Elkins
--enable-wsgi-daemon-mode svn path=/trunk/; revision=5113
2013-03-06revert [5090]Michael Elkins
see #423 svn path=/trunk/; revision=5109
2013-02-28if the django-admin script is not found, configure should exit and inform ↵Michael Elkins
the user so they can correct their $PATH see #431 svn path=/trunk/; revision=5090
2013-02-26Make Django requirement consistent in doc and scripts: we now want 1.3.7 or ↵Rob Austein
later. svn path=/trunk/; revision=5073
2013-02-25Punt top-level setup.py, for now. There's a lot of useful code inRob Austein
this which we might want to salvage some day, but the platform-specific packaging ended up evolving in a very different direction, so for now this stuff is just a distraction. SVN will remember it for us, dust it off some day in the future if needed. svn path=/branches/tk377/; revision=5064
2013-02-24inetd/xinetd listener for rpki-rtr on source code installation, also needed ↵Rob Austein
for Ubuntu package. svn path=/branches/tk377/; revision=5058
2013-02-11Pull from trunk.Rob Austein
svn path=/branches/tk377/; revision=5035
2013-02-11Add --disable-rp-tools, for package building.Rob Austein
svn path=/branches/tk377/; revision=5034
2013-02-03Change default location of rcynic-html output on FreeBSD to track theRob Austein
current FreeBSD Apache default, silly though that location may be. Thanks, Jay! svn path=/branches/tk377/; revision=5020
2013-02-03Doh, don't put in generated rcynic.conf.Rob Austein
svn path=/branches/tk377/; revision=5018
2013-02-02rcynic requires rsync, doh.Rob Austein
svn path=/branches/tk377/; revision=5010
2013-02-02First round of fixes to installation targets.Rob Austein
svn path=/branches/tk377/; revision=5003
2013-02-01Finally ready to start testing new rcynic install code.Rob Austein
svn path=/branches/tk377/; revision=5002
2013-02-01CheckpointRob Austein
svn path=/branches/tk377/; revision=5001
2013-02-01Add rcynic-cron.Rob Austein
svn path=/branches/tk377/; revision=4998
2013-01-31Merge from trunk.Rob Austein
svn path=/branches/tk377/; revision=4997
2013-01-31CheckpointRob Austein
svn path=/branches/tk377/; revision=4995
2013-01-31CheckpointRob Austein
svn path=/branches/tk377/; revision=4988