This website requires JavaScript.
Explore
Help
Sign in
tailix
/
libkernaux
Watch
1
Star
0
Fork
You've already forked libkernaux
0
mirror of
https://github.com/tailix/libkernaux.git
synced
2025-02-17 15:45:32 -05:00
Code
Releases
Activity
bf13320c2f
libkernaux
/
autogen.sh
6 lines
48 B
Bash
Raw
Normal View
History
Unescape
Escape
Add script autogen.sh
2020-11-27 16:54:13 +05:00
#!/bin/sh
Common: change shell scripts
2022-02-10 00:59:08 +05:00
set
-eux
Main: autogen.sh: enable warnings
2022-06-09 04:37:25 +03:00
exec
autoreconf -isf -Wall
Copy permalink