Improved autogen.sh
* update in the source directory * make symbolic links instead of copies * forward the arguments to autoreconf as-is
This commit is contained in:
parent
f9e4378299
commit
447feb0aa0
@ -1,3 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
${AUTORECONF:-autoreconf} --install $*
|
PWD=
|
||||||
|
case "$0" in
|
||||||
|
*/*) srcdir="${0%/*}/";;
|
||||||
|
*) srcdir="";;
|
||||||
|
esac
|
||||||
|
|
||||||
|
exec ${AUTORECONF:-autoreconf} --install --symlink "$@" ${srcdir:+"$srcdir"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user