removed unused code
This commit is contained in:
parent
bd1e31da2a
commit
c2d4e236eb
|
@ -22,7 +22,7 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: maroy $
|
# Author : $Author: maroy $
|
||||||
# Version : $Revision: 1.2 $
|
# Version : $Revision: 1.3 $
|
||||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/bin/autogen.sh,v $
|
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/bin/autogen.sh,v $
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -48,11 +48,6 @@ echo ${tmpdir}
|
||||||
cd "$tmpdir"
|
cd "$tmpdir"
|
||||||
DIE=0
|
DIE=0
|
||||||
|
|
||||||
# look at all other directories as seen from ${basedir}/tmp
|
|
||||||
#tmpdir=.
|
|
||||||
#bindir=../bin
|
|
||||||
#etcdir=../etc
|
|
||||||
|
|
||||||
(autoheader --version) < /dev/null > /dev/null 2>&1 || {
|
(autoheader --version) < /dev/null > /dev/null 2>&1 || {
|
||||||
echo
|
echo
|
||||||
echo "You must have autoconf installed to compile $package."
|
echo "You must have autoconf installed to compile $package."
|
||||||
|
|
Loading…
Reference in New Issue