'export' is not needed here.
authorRoman Bogorodskiy <mirrorbox@users.sourceforge.net>
Thu, 30 Aug 2007 06:25:19 +0000 (06:25 +0000)
committerRoman Bogorodskiy <mirrorbox@users.sourceforge.net>
Thu, 30 Aug 2007 06:25:19 +0000 (06:25 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@931 7f574dfc-610e-0410-a909-a81674777703

autogen.sh

index 80ccc9b..232d919 100755 (executable)
@@ -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