On Wed, Aug 22, 2007 at 09:57:15PM +0200, Peter Stuge wrote:
> > I don't know if you can hook into "distcheck" but it would be
> > nice to have an automated test that compares configure version
> > and src/include/version.h and win32/Make.rules (IIRC the exact
> > file names are in "ReleaseHowto" wiki page).

I seem to have lost my wiki login and which email address I used to
register. Could you please reset my password? (Account name stuge)

I wanted to update the ReleaseHowto page, it's not winversion.h but
winconfig.h


> So, here's a hacky distcheck-hook patch for Makefile.am.
> 
> I've only tested it standalone so far, not with a full autoreconf +
> configure + make distcheck run.

Ok, now I've tested unpack, patch, sh boostrap, ./configure, make
distcheck and the patch does work properly here.


> +distcheck-hook:
> +     @eval $$(sed -e '/^PACKAGE_VERSION=/!d' -e 's,^,configure_,' 
> configure); \

You may want to remove the @ here to show the command, but it's
pretty ugly.. :p


//Peter
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to