On Sun, Jan 8, 2012 at 09:38:54 +0900, Hideki Yamane wrote:
> diff -Nru nitrogen-1.5.1/debian/rules nitrogen-1.5.1/debian/rules
> --- nitrogen-1.5.1/debian/rules 2012-01-08 09:36:15.000000000 +0900
> +++ nitrogen-1.5.1/debian/rules 2012-01-08 09:18:55.000000000 +0900
> @@ -15,6 +15,9 @@
> ifneq "$(wildcard /usr/share/misc/config.guess)" ""
> cp -f /usr/share/misc/config.guess config.guess
> endif
> + autopoint --force
> + aclocal
> + autoreconf -i
> ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
> --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
> CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
>
>
You shouldn't need to call autopoint and aclocal manually, autoreconf
does that for you.
Cheers,
Julien
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]