aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
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
2013-01-18Autodetect need for --install-layout=deb on Debian-derived systems.Rob Austein
svn path=/branches/tk377/; revision=4972
2013-01-08Start work on separate RP and CA ports for FreeBSD.Rob Austein
svn path=/branches/tk377/; revision=4954
2013-01-05Initial (experimental) $top/setup.py and support code.Rob Austein
svn path=/branches/tk377/; revision=4950
2012-12-20Using autoconf to customize shell scripts (as opposed to Makefiles)Rob Austein
violates autoconf's theory of operation, and is unnecessary in the case of the rcynic Linux installation script in any case, as we can just do the expansion in the Makefile and pass settings to the script. svn path=/trunk/; revision=4939
2012-11-27Fix error message regarding the minimum version requirement for Django. See ↵Michael Elkins
#358 svn path=/trunk/; revision=4918
2012-11-26require django 1.3 or later. 1.2 is out of the support windowMichael Elkins
svn path=/branches/tk329/; revision=4903
2012-11-15Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4873
2012-11-12Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4853
2012-11-12Use real trang when available, otherwise run script which warns aboutRob Austein
out-of-date .rng files then touches them and moves on. Developers need to have trang installed, normal users don't and requiring trang just annoys them. Closes #304. svn path=/trunk/; revision=4852
2012-09-19Move ASN.1 definitions for ROAs and Manifests to common header filesRob Austein
used by all the C programs. svn path=/branches/tk274/; revision=4725
2012-09-10Checkpoint after a lot more cleanup and simplification. No longerRob Austein
linking against libssl, only libcrypto. Internal documentation almost matches current reality. A few deliberate harmless compilation warnings to remind me of loose ends that still want cleaning up. svn path=/branches/tk274/; revision=4706
2012-06-08show.sh has been replaced by rcynic-text.Rob Austein
svn path=/trunk/; revision=4531
2012-06-08Integrate check for vobject with all the other dependency checks. See #259.Rob Austein
svn path=/trunk/; revision=4530
2012-06-08make configure check for the python vobject module when building the gui, ↵Michael Elkins
and give a hint how to install. closes #259. svn path=/trunk/; revision=4529
2012-05-23Use autoconf to find rrdtool.Rob Austein
svn path=/trunk/; revision=4509
2012-05-02Case error in advisory test.Rob Austein
svn path=/trunk/; revision=4457
2012-04-20Better prerequisite checking. Closes #239.Rob Austein
svn path=/trunk/; revision=4442
2012-04-16Rework ./configure options so that user tells us what RPKI tools theyRob Austein
want to install and we tell the user if something is missing. This closes #231. svn path=/trunk/; revision=4422
2012-02-07make configure detect when running inside of virtualenv so that the ↵Michael Elkins
rpki.wsgi script can be generated properly make rpki.wsgi be generated used a sed script rather than make-django-script svn path=/branches/tk161/; revision=4312
2012-01-17web portal no longer needs to write files in ${localstatedir}Michael Elkins
svn path=/branches/tk161/; revision=4198
2011-11-23give the user explanatory feedback about why django is required when ↵Michael Elkins
configure can't find it installed. closes #150. svn path=/trunk/; revision=4094
2011-11-23remove features that depend on django 1.3, so that portal gui works with ↵Michael Elkins
django 1.2 svn path=/trunk/; revision=4093
2011-11-11Require both Python and Django >= 1.3 to be installed by default, unless the ↵Michael Elkins
use explicitly uses the --disable-* arguments. closes #120 svn path=/trunk/; revision=4088