Merge branch 'master' of https://github.com/hishamhm/htop
commit
0627a5f0e9
2 changed files with 3 additions and 13 deletions
@ -1,15 +1,3 @@ |
||||
#!/bin/sh |
||||
|
||||
glibtoolize=$(which glibtoolize 2> /dev/null) |
||||
if [ ${#glibtoolize} -gt 0 ] |
||||
then libtoolize=glibtoolize |
||||
else libtoolize=libtoolize |
||||
fi |
||||
|
||||
mkdir -p m4 |
||||
aclocal -I m4 |
||||
autoconf |
||||
autoheader |
||||
$libtoolize --copy --force |
||||
automake --add-missing --copy |
||||
|
||||
autoreconf --install --force |
||||
|
||||
Loading…
Reference in new issue