Vincent Danjean
00b2fa4f77
Rewrite tests in automake
...
- add options in AM_INIT_AUTOMAKE to be more strict
and to enable more advanced features (color-tests and parallel-tests)
- rewrite tests/Makefile.am to use automake rules for building program and libraries
=> we can now do:
./bootstrap.sh && mkdir build && cd build && ../configure && make -j distcheck
2012-07-10 18:16:24 -04:00
Vincent Danjean
c364c397be
Cleanup configure.ac
...
- quote argument (mostly cosmetic)
- use a file present only once in the sources for AC_CONFIG_SRCDIR
- use AC_CONFIG_AUX_DIR to put all auxilary scripts in a subdirectory
2012-07-10 18:16:24 -04:00
Eelco Dolstra
326f168c02
Use underscores in versions to keep RPM happy
...
RPM doesn't allow dashes in version numbers, so use an underscore
instead. Also, let Autoconf generate the RPM spec file.
2011-12-14 16:35:50 +01:00
Eelco Dolstra
0bc577f033
* Put the current version in a separate file so that it can be used in
...
the release expression.
2009-03-02 13:50:26 +00:00
Eelco Dolstra
4290edae65
* Let the release expression supply a version suffix.
2008-11-25 15:33:30 +00:00
Eelco Dolstra
89318a1950
* Bump the version number.
2008-06-04 11:16:56 +00:00
Eelco Dolstra
6cdd748eb8
* Bake a stable release.
2008-06-04 11:05:05 +00:00
Eelco Dolstra
5dcc6ef25b
* Bump the version number to 0.4.
2007-05-24 17:47:57 +00:00
Eelco Dolstra
dcc2a1f003
* Bump the version number.
2007-01-15 12:42:21 +00:00
Eelco Dolstra
7ec0e80c1d
* DOH!
2007-01-15 12:24:22 +00:00
Eelco Dolstra
6e68740e37
* Mark as stable.
2007-01-15 12:22:03 +00:00
Eelco Dolstra
020c2393cf
* Bump the revision number to 0.2.
2005-10-11 13:23:40 +00:00
Eelco Dolstra
955d3334ed
* Use a real programming language.
2005-09-30 09:50:51 +00:00
Eelco Dolstra
8685534261
* Add dist files.
2005-09-29 12:17:56 +00:00
Eelco Dolstra
0da4ea8b65
* Add tests.
2005-09-29 12:03:56 +00:00
Eelco Dolstra
f4f4117040
* Autoconfiscate patchelf.
2004-09-24 22:05:46 +00:00