mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-25 12:10:03 +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:
parent
1d139aebfb
commit
15f3623b21
10
autogen.sh
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user