tags 539373 + patch thanks Patch attached.
Problem arises from incorrect use of AC_PROG_LEX and --acdir instead of
AM_PROG_LEX and -I.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected]
`-
diff -urNd pcp-gui-1.4.4.orig/debian/control pcp-gui-1.4.4/debian/control --- pcp-gui-1.4.4.orig/debian/control 2009-08-08 18:00:13.000000000 +0100 +++ pcp-gui-1.4.4/debian/control 2009-08-08 18:00:20.000000000 +0100 @@ -3,7 +3,7 @@ Priority: extra Maintainer: Nathan Scott <[email protected]> Uploaders: Anibal Monsalve Salazar <[email protected]> -Build-Depends: autoconf, bison, flex, gawk, debhelper (>= 5), libpcp3-dev (>= 2.7.4-20080507), libqt4-dev, libqt4-opengl-dev +Build-Depends: autoconf, bison, flex, gawk, debhelper (>= 5), libpcp3-dev (>= 2.7.4-20080507), libqt4-dev, libqt4-opengl-dev, automake Standards-Version: 3.8.2 Package: pcp-gui diff -urNd pcp-gui-1.4.4.orig/debian/rules pcp-gui-1.4.4/debian/rules --- pcp-gui-1.4.4.orig/debian/rules 2009-08-08 18:00:13.000000000 +0100 +++ pcp-gui-1.4.4/debian/rules 2009-08-08 18:00:32.000000000 +0100 @@ -19,6 +19,7 @@ .census: @echo "== dpkg-buildpackage: configure" 1>&2 $(checkdir) + $(options) $(MAKE) aclocal.m4 $(options) $(MAKE) configure touch .census @@ -28,7 +29,7 @@ -rm -f built .census $(MAKE) distclean -rm -rf $(dirme) - -rm -f debian/*substvars debian/files* debian/*.debhelper + -rm -f debian/*substvars debian/files* debian/*.debhelper aclocal.m4 binary-indep: diff -urNd pcp-gui-1.4.4.orig/GNUmakefile pcp-gui-1.4.4/GNUmakefile --- pcp-gui-1.4.4.orig/GNUmakefile 2009-08-08 18:00:13.000000000 +0100 +++ pcp-gui-1.4.4/GNUmakefile 2009-08-08 18:19:50.000000000 +0100 @@ -81,4 +81,4 @@ autoconf aclocal.m4: - aclocal --acdir=`pwd`/m4 --output=$@ + aclocal -I`pwd`/m4 --output=$@ diff -urNd pcp-gui-1.4.4.orig/m4/package_utilies.m4 pcp-gui-1.4.4/m4/package_utilies.m4 --- pcp-gui-1.4.4.orig/m4/package_utilies.m4 2009-08-08 18:00:13.000000000 +0100 +++ pcp-gui-1.4.4/m4/package_utilies.m4 2009-08-08 18:19:38.000000000 +0100 @@ -134,7 +134,7 @@ yacc=$YACC AC_SUBST(yacc) if test -z "$LEX"; then - AC_PROG_LEX + AM_PROG_LEX fi lex=$LEX AC_SUBST(lex)
signature.asc
Description: PGP signature

