summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* fix configure.ac warning and use system automakedormando2015-11-181-1/+1
| | | | | | ... there should always be an 'automake' alias, and we haven't had an "unsupported" version in probably ten years. hopefully this stops systems with upgraded automakes from breaking every time.
* Added support for automake 1.13 & 1.14Eric McConville2013-12-091-2/+2
|
* add aclocal 1.12 in autogen.shliu bo2013-01-131-1/+1
|
* Added support for automake-1.12 in autogen.shEric McConville2012-07-291-1/+1
|
* Fix autogen failure when unable to find supported command.nirvanazc2011-07-121-0/+5
| | | | Closing issue 190
* Rewrote tools detection to work with a non-gnu whichTrond Norbye2009-12-301-10/+29
|
* Try aclocal-1.11 now that we use automake-1.11Trond Norbye2009-12-261-1/+1
|
* Fedora 12 has automake 1.11Paul Lindner2009-12-261-1/+1
|
* Make autoversioning/spec gen work better.dormando2009-11-021-1/+1
| | | | | issue #98 is about how our specfiles for rc's aren't upgradeable. Now they should be.
* Use git's version number for releases.Dustin Sallings2009-03-261-0/+3
| | | | | | | | | | | | | | | | This will allow more specific version numbers, while simplifying a proper release down to a tag and make dist. During development, ./version.sh needs to run periodically to update the version number. I'd recommend just adding a call to version.sh as a git post commit hook: % cat .git/hooks/post-commit echo "Updating version." ./version.sh (and make sure the file is executable)
* Add support for newer automake's.dormando2009-01-021-2/+2
| | | | | Patch provided by facebook, attribution is to one or more of: Marc, Steve, Haiping Zhao, and Paul Saab, Steven Grimm, etc.
* fix for freebsd 6.x (and perhaps others)Paul Lindner2007-05-071-2/+2
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@550 b0b603af-a30f-0410-a34e-baf09ae79d0b
* note for selfBrad Fitzpatrick2006-09-031-1/+4
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@324 b0b603af-a30f-0410-a34e-baf09ae79d0b
* From: Doug Porter <dsp@dsp.name>Doug Porter2004-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | To: memcached@lists.danga.com Subject: Re: licensing "Evan Martin" <martine@danga.com> wrote: > > As I recall, the --foreign flag to automake tells it "this > isn't GPLed software, so don't add your files". Using the --foreign option makes automake less strict about GNU policy (it doesn't have anything to do with the GNU GPL per se). It is supposed to do only the minimum necessary. > But I thought we already used that? Actually the autogen.sh script is using --gnu... The following trivial patch resolves the problem: git-svn-id: http://code.sixapart.com/svn/memcached/trunk@228 b0b603af-a30f-0410-a34e-baf09ae79d0b
* autoconf sucksBrad Fitzpatrick2003-08-121-2/+2
| | | | | | | | | | | | autoconf sucks autoconf sucks autoconf sucks autoconf sucks autoconf sucks autoconf sucks git-svn-id: http://code.sixapart.com/svn/memcached/trunk@104 b0b603af-a30f-0410-a34e-baf09ae79d0b
* i suckBrad Fitzpatrick2003-08-121-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@102 b0b603af-a30f-0410-a34e-baf09ae79d0b
* make autogen bettaBrad Fitzpatrick2003-08-121-0/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@101 b0b603af-a30f-0410-a34e-baf09ae79d0b
* fall back to aclocal if no numbered version existsBrad Fitzpatrick2003-08-111-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@91 b0b603af-a30f-0410-a34e-baf09ae79d0b
* auto* changes, update to version 1.0.2Brad Fitzpatrick2003-06-141-3/+6
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@21 b0b603af-a30f-0410-a34e-baf09ae79d0b
* autoconf/automake support from evanBrad Fitzpatrick2003-06-141-0/+18
git-svn-id: http://code.sixapart.com/svn/memcached/trunk@20 b0b603af-a30f-0410-a34e-baf09ae79d0b