aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Now on MediaGoblin 1.0 development cycle!Christopher Allan Webber2016-03-291-1/+1
| | | | | * configure.ac (AC_INIT): * mediagoblin/_version.py (__version__): Update version to 1.0.dev.
* On MediaGoblin 0.9.0!Christopher Allan Webber2016-03-291-1/+1
| | | | | * configure.ac (AC_INIT): * mediagoblin/_version.py (__version__): Update to 0.9.0.
* Do not require python3.3 explicitelyBoris Bobrov2016-01-071-2/+2
| | | | | It's easier to say "use python3.3+" rather than prevent usage of earlier versions programmatically in autoconf.
* Setting 0.8.2.dev in configure.ac as wellChristopher Allan Webber2015-12-201-1/+1
|
* v0.8.0! Let's get this party started!Christopher Allan Webber2015-06-041-1/+1
|
* Right, also don't build _version.py in configure.acChristopher Allan Webber2015-06-031-1/+1
|
* Whoops, fix --without-virtualenv's helptextChristopher Allan Webber2015-04-031-1/+2
|
* Correct version numberayleph2015-03-121-1/+1
| | | | Signed-off-by: Jessica Tallon <jessica@megworld.co.uk>
* Drop Python2.6 support in configure.acChristopher Allan Webber2015-02-221-2/+2
|
* Let's try setting up the version number via configure.acChristopher Allan Webber2015-02-211-1/+11
| | | | Why not?
* Removing a lot of stuff from configure.ac that we aren't usingChristopher Allan Webber2015-02-211-290/+1
| | | | We could probably remove more, but this is a ~reasonable start.
* So, we're not really using AC_CONFIG_MACRO_DIR for now.Christopher Allan Webber2014-10-101-1/+1
|
* Move paste.ini, lazystarter.sh back to the right placeChristopher Allan Webber2014-10-101-1/+0
|
* Update lazyserver to use paste or gunicorn conditionallyChristopher Allan Webber2014-10-101-3/+3
| | | | Also get rid of env.in, we're not using that for now.
* Set USE_PYTHON3 to yes/no depending on whether --with-python3 enabledChristopher Allan Webber2014-10-101-0/+2
|
* No acceptable *python* could be foundChristopher Allan Webber2014-10-101-1/+1
|
* Moved where the python init command wasChristopher Allan Webber2014-10-101-6/+5
|
* Most of the way to having a desirable `./configure && make` setupChristopher Allan Webber2014-10-101-26/+49
| | | | | | | | Tries to simplify a lot of the configure code. This is mostly because I found what I expected the previous configure setup to do wasn't quite what it was doing. Also supports a --with-python3 option.
* Continuing to iterate toward the right autoconf/make solutionChristopher Allan Webber2014-10-101-7/+13
|
* Updated MediaGoblin config stuff to latest pyconfigure releaseChristopher Allan Webber2014-10-101-4/+213
| | | | Iterating towards what we want in the configure setup.
* psql, not postgres, in configure.acChristopher Allan Webber2014-06-051-1/+1
|
* Oops, this accidently slipped in thereRodney Ewing2013-08-201-7/+4
| | | | | | Revert "This patch checks for libs instead of programs in configure.ac for sqlite3 and postgesql." This reverts commit 26da3271f6e6a880c0418998d5a4e5e71081e1f7.
* This patch checks for libs instead of programs in configure.ac for sqlite3 ↵Rodney Ewing2013-08-201-4/+7
| | | | | | and postgesql. Patch submitted by amirouche
* Moving setup.py.in back to setup.pyChristopher Allan Webber2013-07-251-1/+1
|
* make virtualenv use the defaultBrandon Invergo2013-05-201-2/+2
|
* fix aux file installationBrandon Invergo2013-05-191-1/+1
|
* change default prefixBrandon Invergo2013-05-191-0/+5
|
* fix testing for db programBrandon Invergo2013-05-191-3/+3
|
* add configure.acBrandon Invergo2013-05-191-0/+197
|
* clean upBrandon Invergo2013-05-191-87/+0
|
* add pyconfigure stuffBrandon Invergo2012-11-121-0/+87