On Dec 04, 2010, at 06:08 AM, Chow Loong Jin wrote: >These days there's dh --with=autoreconf, and for CDBS users, >/usr/share/cdbs/1/rules/autoreconf.mk, which handle all the autoreconf stuff >and >cleanup after without needing to commit a huge autoreconf patch into >debian/patches. > >Just build-depend on dh-autoreconf, and add the required stuff to debian/rules >and you should be done.
Just to follow up. I ended up solving this by calling
dh_autoreconf autoreconf --
directly right before the configure call. The reason for being explicit is
that the -f -i options dh_autoreconf uses by default broke the build.
Thanks for the clue!
-Barry
signature.asc
Description: PGP signature
-- ubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel
