summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* release ptxdist-2010.03.0ptxdist-2010.03.0Marc Kleine-Budde2010-03-031-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [configure] fix make-to-old error messageMarc Kleine-Budde2010-02-211-1/+1
| | | | | | We need "make >= 3.81" not "make >= 2.81" Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [configure] release 2010.01.0ptxdist-2010.01.0Marc Kleine-Budde2010-01-061-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ptxdist] adopt config file version handling to cope with dynamic fullversionMarc Kleine-Budde2010-01-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the past ptxdist's fullversion was replaced by configure in these files: - platforms/ptxdist-version.in.in (PLATFORMCONFIG_VERSION) - rules/ptxdist-version.in.in (CONFIGFILE_VERSION) resulting in: - platforms/ptxdist-version.in - rules/ptxdist-version.in However the fullversion is rather dynamic now since it can hold version information from the version control system. ptxdist refuses to run if the versions don't match. During development this may change quite often which is probably too annoying for the developers. This patch introduces two new version variables: - PTXDIST_VERSION_CFG_SCM - PTXDIST_VERSION_CFG_FULL The _SCM variable holds "-git" if ptxdist isn't release. For released versions _SCM is empty. PTXDIST_VERSION_CFG_FULL contains '$year.$month.$bugfix$scm' (scm is PTXDIST_VERSION_CFG_SCM), for example: '2010.01.0-git' for modifies i.e. dirty '2010.01.0' release. Further we don't no longer modify the "*/ptxdist-version.in.in", we use the kconfig 'option env="VAR"' to get the correct version from the environment. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ptxdist] let variables of PTXDIST_VERSION_* reflect timed releasesMarc Kleine-Budde2010-01-061-25/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The upcomming releases of ptxdist will follow a time based scheme: ptxdist-xxxx.yy.z ^^^^ ^^ ^----------- Bugfix Number, starting at 0 \ \------------- Month \---------------- Year This patch removed the old PTXDIST_VERSION_* variables: - PTXDIST_VERSION_MAJOR - PTXDIST_VERSION_MINOR - PTXDIST_VERSION_MICRO - PTXDIST_VERSION_EXTRA and replaces them according to the new scheme with: - PTXDIST_VERSION_YEAR - PTXDIST_VERSION_MONTH - PTXDIST_VERSION_BUGFIX (For the first release the VERSION_EXTRA will be dropped and may be added later again) There is one new variable: - PTXDIST_VERSION_SCM holding version information from the version control system (SCM = Source code Control Management). It's the appendix known from the linux kernel like '-gb91d1ff-dirty'. The variable: - PTXDIST_VERSION_FULL consists of '$year.$month.$bugfix$scm'. For example: '2010.01.0-gb91d1ff-dirty' Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [configure.ac] add test for make version >= 3.81Michael Olbrich2009-11-121-0/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* clean up ptxdist's build systemMarc Kleine-Budde2009-05-281-16/+9
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10595 33e552b5-05e3-0310-8538-816dae2090ed
* [configure.ac] check for xargsMarc Kleine-Budde2009-03-311-0/+13
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10195 33e552b5-05e3-0310-8538-816dae2090ed
* [configure.ac] remove trailing whitespaceMarc Kleine-Budde2009-03-311-4/+4
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10194 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2009-02-101-0/+1
| | | | | | | added platforms/ptxdist-version.in git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9756 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2009-01-251-0/+6
| | | | | | | check for unzip git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9644 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2008-12-191-1/+7
| | | | | | | check for makeinfo git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9246 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac: a bit of clean upWolfram Sang2008-12-111-6/+0
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9215 33e552b5-05e3-0310-8538-816dae2090ed
* * bash_completion: install it using autotoolsWolfram Sang2008-12-111-0/+17
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9213 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2008-08-281-1/+1
| | | | | | | .5 -> .svn git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8813 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac: prepare for new release snapshotRobert Schwebel2008-08-051-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8720 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2008-07-161-2/+0
| | | | | | | don't allow old 1.x bisons git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8655 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2008-07-141-0/+2
| | | | | | | allow old suse bisons git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8649 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2008-05-281-1/+1
| | | | | | | be quiet git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8255 33e552b5-05e3-0310-8538-816dae2090ed
* * configure: add check for tty from coreutilsRobert Schwebel2008-05-231-0/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8215 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2008-05-161-0/+8
| | | | | | | check against bison++ git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8165 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2008-05-161-0/+11
| | | | | | | added test against old version of bison git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8162 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2008-04-121-2/+0
| | | | | | | remove TODO git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7971 33e552b5-05e3-0310-8538-816dae2090ed
* * ptxdist: fix new version output of gnu find utilsRobert Schwebel2008-04-021-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7903 33e552b5-05e3-0310-8538-816dae2090ed
* Check for regex.Ladislav Michl2008-01-091-8/+12
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7704 33e552b5-05e3-0310-8538-816dae2090ed
* Use linux-2.6.23 kconfig.Ladislav Michl2007-12-071-5/+24
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7642 33e552b5-05e3-0310-8538-816dae2090ed
* git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7640 ↵Marc Kleine-Budde2007-12-061-1/+1
| | | | 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2007-12-061-1/+1
| | | | | | | version bump to 1.99.2-svn git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7639 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2007-11-261-0/+6
| | | | | | | we need gettext git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7623 33e552b5-05e3-0310-8538-816dae2090ed
* git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7610 ↵Marc Kleine-Budde2007-11-131-1/+1
| | | | 33e552b5-05e3-0310-8538-816dae2090ed
* mark this versions as svn again = 1.svnJuergen Beisert2007-06-191-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7200 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2007-05-281-6/+0
| | | | | | remove pkg-config git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7184 33e552b5-05e3-0310-8538-816dae2090ed
* we have localedef as hosttool now, no need to check localedef thenLuotao Fu2007-05-081-16/+0
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7166 33e552b5-05e3-0310-8538-816dae2090ed
* git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7160 ↵Robert Schwebel2007-05-051-1/+1
| | | | 33e552b5-05e3-0310-8538-816dae2090ed
* added checking for extra python devel files due to stupidness in SuSE ↵Luotao Fu2007-05-041-0/+10
| | | | | | package management git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7149 33e552b5-05e3-0310-8538-816dae2090ed
* * configure: add check for g++ (it is needed...)Robert Schwebel2007-03-091-0/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7048 33e552b5-05e3-0310-8538-816dae2090ed
* fixed malformed regexp in configure.acLuotao Fu2007-02-081-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6996 33e552b5-05e3-0310-8538-816dae2090ed
* added checking for localedef on host machine with belocs locales bin packageLuotao Fu2007-02-071-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6990 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2007-01-111-3/+2
| | | | | | | fixed localedef version check git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6813 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2007-01-101-4/+1
| | | | | | | accept more glibc versions git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6811 33e552b5-05e3-0310-8538-816dae2090ed
* added recent version number to localedef version checkLuotao Fu2007-01-101-0/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6807 33e552b5-05e3-0310-8538-816dae2090ed
* typo fixLuotao Fu2007-01-091-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6801 33e552b5-05e3-0310-8538-816dae2090ed
* added localedef as requirement for ptxdistLuotao Fu2007-01-091-0/+17
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6799 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2006-11-171-0/+6
| | | | | | | added check for "file" git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6338 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2006-11-031-0/+8
| | | | | | | fail if lex yacc/bison or make are missing git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6276 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2006-10-301-1/+1
| | | | | | | fixed typo git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6250 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2006-10-301-66/+110
| | | | | | | added checks for various programms git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6248 33e552b5-05e3-0310-8538-816dae2090ed
* * configure: added check for patches/ directoryRobert Schwebel2006-10-231-0/+14
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6214 33e552b5-05e3-0310-8538-816dae2090ed
* proposing some programs to checkJuergen Beisert2006-06-281-2/+4
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5882 33e552b5-05e3-0310-8538-816dae2090ed
* * configure.ac:Marc Kleine-Budde2006-06-231-10/+11
| | | | | | | replaced pkg-config test by version that works even with old pkg-configs git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5863 33e552b5-05e3-0310-8538-816dae2090ed