Description: gnome-common cleanup of deprecated macros and variables
 gnome-common did a cleanup upstream and deprecated quite a few macros
 and variables, so I'm deleting the use of them
Author: Roberto Lumbreras <rover@debian.org>
Bug-Debian: http://bugs.debian.org/830019

Index: cbrpager-0.9.22/autogen.sh
===================================================================
--- cbrpager-0.9.22.orig/autogen.sh	2004-09-17 19:12:48.000000000 +0200
+++ cbrpager-0.9.22/autogen.sh	2016-07-20 17:46:53.675593218 +0200
@@ -6,14 +6,6 @@
 
 DIE=0
 
-if [ -n "$GNOME2_DIR" ]; then
-	ACLOCAL_FLAGS="-I $GNOME2_DIR/share/aclocal $ACLOCAL_FLAGS"
-	LD_LIBRARY_PATH="$GNOME2_DIR/lib:$LD_LIBRARY_PATH"
-	PATH="$GNOME2_DIR/bin:$PATH"
-	export PATH
-	export LD_LIBRARY_PATH
-fi
-
 (test -f $srcdir/configure.in) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
     echo " top-level package directory"
