4 Commits

Author SHA1 Message Date
Peter Kokot
848a5aa23e Add AS_HELP_STRING to config.m4
This beautifies and simplifies the configure help output a bit.
2019-04-24 18:30:25 +02:00
Peter Kokot
603515394c Remove unused Git attributes ident
The `$Id$` keywords were used in CVS and Subversion where they can be
substituted with filename, last revision number change, last changed
date, and last user who changed it.

In Git this functionality is different and can be done with Git
attribute ident. These need to be defined manually for each file in the
`.gitattributes` file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of `$Id$` keywords by removing them since
they are not used anymore.
2019-04-24 18:22:26 +02:00
Peter Kokot
fa1d17330c Tidy coding style
Changes:
- trailing whitespaces trimmed
- single EOL at the end of the file
- Some other minor changes in this context
2019-04-24 18:03:26 +02:00
Christian Stocker
a886c2d2d1 Initial commit on PECL 2006-12-05 12:00:12 +00:00