Actions
Bug #248
closedUse 'make dist' instead of 'git archive' to generate dist tarball, remove version.h
Start date:
2011-09-13
Due date:
% Done:
100%
Estimated time:
Patch Available:
Yes
Found in Versions:
Confirmed:
No
Branch:
Security:
No
Help Needed:
Description
Since bip has a full-fledged autotools buildsystem, there are some features of the buildsystem which bip's buildsystem is not using which could simplify it. I have attached a tested patch which
- Removes BIP_VERSION and replaces its use with autoconf-provided PACKAGE_VERSION.
- Removes the now irrelevant src/version.h file.
- Adds missing entries to Makefile.am necessary for 'make dist' to create a useful dist tarball.
- Updates scripts/bip-release to be consistent with the other changes while maintaining the same CLI for the maintainer to use mostly.
- Updates configure.ac's AC_INIT() call to point to the bugtracker, point to the project's URL, and to actually contain the version of bip.
One problem that this also addresses is that configure.ac's AC_INIT() call has been stuck at 0.8.2 for the releases 0.8.2 through 0.8.8. This bugged me and I discovered that the project was using a homebrew src/version.h when there is already a perfectly serviceable PACKAGE_VERSION macro generated by autoconf. This patch reduces the number of places the version number is stored in bip from 2 to 1, solving this inconsistency.
Files
Updated by Pierre-Louis Bonicoli about 13 years ago
- Status changed from New to Resolved
- Assignee set to Pierre-Louis Bonicoli
- % Done changed from 0 to 100
Patch applied: 7e1c80a65a0516312985349104068ed771425ccd
Thanks !
Actions