> You should either > 1) change mkpatch() to only create a diff between your populated > libungif-4.1.0\CYGWIN-PATCHES directory and an empty > libungif-4.1.0-orig\CYGWIN-PATCHES, and keep the "aclocal && > libtoolize --force" command in conf(), or > 2) Lapo runs "aclocal && libtoolize --force" by hand, and then uses > mkpatch to create a gigantic patch that includes not only > libungif-4.1.0\CYGWIN-PATCHES, but also the libtoolization bits. > "aclocal && libtoolize --force" is removed from conf(). > > Also, it should probably be "aclocal && libtoolize --force --copy && > automake --gnu --copy --add-missing --force-missing && autoconf" but > that's just me.
Or maybe moving spkg before conf? Is it too "dirty" to let conf actually change the dir content? Package with spkg moved just before "conf" and after "prep" (it seemed a bit overkill to call it -3 for just this small change): http://www.lapo.it/tmp/libungif-4.1.0-2.tar.bz2 http://www.lapo.it/tmp/libungif-4.1.0-2-src.tar.bz2 -- Lapo 'Raist' Luchini [EMAIL PROTECTED] (PGP & X.509 keys available) http://www.lapo.it (ICQ UIN: 529796)
