summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorspeidy <speidy@gmail.com>2016-12-22 12:04:29 -0500
committerspeidy <speidy@gmail.com>2016-12-22 12:04:29 -0500
commit93c55e58a884270850794c29bd0f4e2df22e22d6 (patch)
tree0eeece185f648a2ddf14d522c54c75c70986afda /bootstrap
parentf4224615c97668236826d115fa37b6ce805bea96 (diff)
parent38253f1371b5e01e05ba995f28b6451ee57b613c (diff)
downloadxrdp-proprietary-93c55e58a884270850794c29bd0f4e2df22e22d6.tar.gz
xrdp-proprietary-93c55e58a884270850794c29bd0f4e2df22e22d6.zip
Merge branch 'devel' of https://github.com/neutrinolabs/xrdp
Conflicts: xorgxrdp
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap8
1 files changed, 1 insertions, 7 deletions
diff --git a/bootstrap b/bootstrap
index 61de66ee..be61972e 100755
--- a/bootstrap
+++ b/bootstrap
@@ -14,7 +14,7 @@ then
exit 1
fi
-which libtool
+which libtool || which libtoolize
if ! test $? -eq 0
then
echo "error, install libtool"
@@ -28,10 +28,4 @@ then
exit 1
fi
-touch configure.ac
-touch NEWS
-touch AUTHORS
-touch README
-touch ChangeLog
-ln -s ../config.c $PWD/sesman/tools/config.c
autoreconf -fvi