On Sat, 19 Sep 2009 02:22:53 +0100 (BST) [email protected] wrote: > Patch to adjust symlinks for automake > > --- epiphany-0.7.0/debian/rules > +++ epiphany-0.7.0/debian/rules > @@ -23,6 +23,7 @@ > endif > > configure-stamp: configure > + for i in depcomp install-sh missing ; do ln > -sf /usr/share/automake-1.11/$$i $$i ; done dh_testdir > CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \ > --build=$(DEB_BUILD_GNU_TYPE) \ >
I think that only works for automake 1.11, but thanks anyway. regards, -- Ricardo Mones http://people.debian.org/~mones «Today is the last day of your life so far.» -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

