From 15f3623b2162ebd273480bed6e2a4807d3cb7b83 Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Thu, 30 Aug 2007 06:25:19 +0000 Subject: [PATCH] 'export' is not needed here. git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@931 7f574dfc-610e-0410-a909-a81674777703 --- autogen.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/autogen.sh b/autogen.sh index 80ccc9bb..232d919e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,11 +5,11 @@ # # optional $1 = optional directory containing build tree or svn working copy -export AUTOCONF=${AUTOCONF:-autoconf} -export AUTOMAKE=${AUTOMAKE:-automake} -export ACLOCAL=${ACLOCAL:-aclocal} -export AUTOHEADER=${AUTOHEADER:-autoheader} -export LIBTOOLIZE=${LIBTOOLIZE:-libtoolize} +AUTOCONF=${AUTOCONF:-autoconf} +AUTOMAKE=${AUTOMAKE:-automake} +ACLOCAL=${ACLOCAL:-aclocal} +AUTOHEADER=${AUTOHEADER:-autoheader} +LIBTOOLIZE=${LIBTOOLIZE:-libtoolize} # identify svn revision, if an svn working copy if test "$1" != "" && test -d "$1/.svn"; then