On Thu, 13 Mar 2008, Eric Blake wrote:
For starters, you can't bootstrap the git repo. Note these lines in
configure:
TIMESTAMP=`${CONFIG_SHELL} ${ac_aux_dir}/mkstamp < ${srcdir}/ChangeLog`
package_revision=`( set $TIMESTAMP; echo $1; )`
In GraphicsMagick I do it like this:
TIMESTAMP=`awk '
Eric Blake wrote:
> According to Ralf Wildenhues on 3/9/2008 7:49 AM:
> | We expect to be switching toward git as primary hosting for the Libtool
> | code sometime soon, but probably not before 2.2.2. We encourage you to
> | try out the git repo, report any issues, conversion bugs, suggestions.
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Ralf Wildenhues on 3/9/2008 7:49 AM:
| We expect to be switching toward git as primary hosting for the Libtool
| code sometime soon, but probably not before 2.2.2. We encourage you to
| try out the git repo, report any issues, conversion