1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 04:17:33 +00:00

'export' is not needed here.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@931 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Roman Bogorodskiy 2007-08-30 06:25:19 +00:00
parent 1d139aebfb
commit 15f3623b21

View File

@ -5,11 +5,11 @@
# #
# optional $1 = optional directory containing build tree or svn working copy # optional $1 = optional directory containing build tree or svn working copy
export AUTOCONF=${AUTOCONF:-autoconf} AUTOCONF=${AUTOCONF:-autoconf}
export AUTOMAKE=${AUTOMAKE:-automake} AUTOMAKE=${AUTOMAKE:-automake}
export ACLOCAL=${ACLOCAL:-aclocal} ACLOCAL=${ACLOCAL:-aclocal}
export AUTOHEADER=${AUTOHEADER:-autoheader} AUTOHEADER=${AUTOHEADER:-autoheader}
export LIBTOOLIZE=${LIBTOOLIZE:-libtoolize} LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}
# identify svn revision, if an svn working copy # identify svn revision, if an svn working copy
if test "$1" != "" && test -d "$1/.svn"; then if test "$1" != "" && test -d "$1/.svn"; then