diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-03-17 19:51:13 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-03-17 19:51:13 +0900 |
commit | 447feb0aa08e20cc5eeb8b3a6f881de261a2c9a2 () | |
tree | 90a6f9f9bfbd185e714268629f5a98b226b5711e | |
parent | f9e43782995b1f77e7b10c79941bbbda15620e2a (diff) |
Improved autogen.sh
* update in the source directory * make symbolic links instead of copies * forward the arguments to autoreconf as-is
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ #!/bin/sh -${AUTORECONF:-autoreconf} --install $* |