aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2011-02-24RegenRob Austein
svn path=/configure; revision=3691
2011-01-28Whack this into working on Ubuntu 10.04Rob Austein
svn path=/configure; revision=3672
2011-01-28Autoconf installation script for rcynic on Linux, because at least oneRob Austein
required program (awk) lives in different places in different distros. rcynic installation parameters probably ought to be configurable via autoconf too, but don't worry about that for now. svn path=/configure; revision=3671
2011-01-28CleanupRob Austein
svn path=/configure; revision=3670
2011-01-26Jailed rcynic installation working (I think) on Fedora. Remains to beRob Austein
seen whether it works on any other Linux distro. What a mess. svn path=/configure; revision=3665
2011-01-24Unfinished hacks to get rcynic jail installation working on Linux and DarwinRob Austein
svn path=/configure; revision=3648
2011-01-24check for both django-admin and django-admin.py since it can be named eitherMichael Elkins
svn path=/configure; revision=3647
2011-01-23remove CONFDIR variable from toplevel configure script. now hardcoded to go ↵Michael Elkins
into ${localstatedir}/rpki/conf django db now defaults to ${localstatedir}/rpki/gui.db remove MYRPKI and MYRPKI_DATA_DIR from settings.py and substitute those variables into glue.py from glue.py.in mv rpkigui/templates up one directory so the django app code can be moved eventually remove deprecated runserver script put scripts into ${libexecdir} and ${sbindir} with a prefix of "rpkigui" svn path=/configure; revision=3643
2011-01-22Don't build GUI unasked when Django is installed but we don't haveRob Austein
enough information for configuration of the GUI to succeed. svn path=/configure; revision=3638
2011-01-22integrate portal-gui into toplevel configure script; remove ↵Michael Elkins
$top/portal-gui/build.sh as a result remove helper script, and use @PYTHON@ configure variable to substitute instead rename django.wsgi => rpki.wsgi rename zrpki.conf => rpki.conf for apache configuration svn path=/configure; revision=3629
2011-01-21regenRob Austein
svn path=/configure; revision=3627
2011-01-20Generate Python executables during compilation rather than fromRob Austein
./configure. Change (almost) all programs to use rpki.conf instead of separate config files for each program, and add support for ${prefix}/etc/rpki.conf like normal system programs. svn path=/buildtools/make-python-executable.py; revision=3620
2011-01-20Yet another tweak to get right mix of static and dynamic linking.Rob Austein
svn path=/configure; revision=3617
2011-01-20Fix all the broken RPATH stuff we said we'd fix "some day".Rob Austein
svn path=/configure; revision=3615
2011-01-20Move POW extension module into rpkid directory and use distutils toRob Austein
build it. svn path=/configure; revision=3610
2011-01-09Have to build OpenSSL shared libraries even though we don't need them,Rob Austein
because we do need position independent code to build _POW.so. svn path=/configure; revision=3603
2011-01-09Rework POW build so that we can use static libraries again.Rob Austein
svn path=/configure; revision=3602
2010-12-30Previous defaults didn't build on Ubuntu 10.04 or Mac OS X, so tweakRob Austein
defaults and try again. svn path=/configure; revision=3589
2010-12-30Doh, get pywrap path rightRob Austein
svn path=/configure; revision=3588
2010-12-30Don't make executable test scripts, at least for nowRob Austein
svn path=/configure; revision=3587
2010-12-30Rework OpenSSL shared library stuff. Still not great, but better.Rob Austein
svn path=/configure; revision=3586
2010-12-29CleanupRob Austein
svn path=/configure; revision=3585
2010-12-29Try to use autoconf to save us from shared libraries if it canRob Austein
svn path=/configure; revision=3584
2010-12-29Start autoconf work for POW et alRob Austein
svn path=/configure; revision=3581
2010-12-29Autoconf now knows how to build rcynic and utils against either ourRob Austein
private OpenSSL or system OpenSSL. Not (yet) hacked for POW and pywrap, nor tested (yet) on any other platform. Mechanism we're using to find our private OpenSSL directory now is kind of icky, may need to switch to some kind of double indirection scheme using AC_SUBST_FILE to hide the nasty bits. svn path=/configure; revision=3580
2010-12-28More autoconf.Rob Austein
svn path=/configure; revision=3579
2010-12-28Conditionalize which subdirectories we build, based on what configureRob Austein
finds and what configure options are enabled. Building with system OpenSSL doesn't quite work yet, still too many hardwired paths in Makefiles. svn path=/Makefile.in; revision=3578
2010-12-18Autoconf the test tools tooRob Austein
svn path=/configure; revision=3575
2010-12-18More autoconfRob Austein
svn path=/buildtools/python-header; revision=3574
2010-12-18Starting to sort out the twisty maze of Python build choicesRob Austein
svn path=/configure; revision=3573
2010-12-17Rework OpenSSL and Python checksRob Austein
svn path=/configure; revision=3572
2010-12-17Oops, looking for "CMS_verify", not "CMS_VERIFY"Rob Austein
svn path=/configure; revision=3571
2010-12-17First of several rounds of autoconf changesRob Austein
svn path=/configure; revision=3570
2010-11-23Rework pywrap build again, busing distutils.sysconfig this time toRob Austein
catch all the weird system-dependent library stuff. svn path=/configure; revision=3561
2010-11-21Add Michael's pywrap hackRob Austein
svn path=/configure; revision=3558
2010-04-07make rcynic/show.sh work outside rcynic directory.Rob Austein
svn path=/configure; revision=3168
2010-04-02Whack with stick again to get (most of) the pictures into PDF version.Rob Austein
Haven't figured out what to do about automatically generated pictures that are too big to fit on one page. Hmm. Maybe specify height instead of width and let Doxygen and LaTeX sort it out? Perhaps, but not before dinner.... svn path=/configure; revision=3151
2010-03-27Check for -static support was broken.Rob Austein
svn path=/configure; revision=3143
2010-03-19First baby steps towards autoconf. Trying to keep this simple, soRob Austein
only using it where absolutely necessary at the moment. svn path=/Makefile; revision=3125