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
2024-11-13 11:04:27 -05:00
Code
Releases
Activity
63ba6ae4c2
libkernaux
/
autogen.sh
6 lines
48 B
Bash
Raw
Normal View
History
Unescape
Escape
Add script autogen.sh
2020-11-27 06:54:13 -05:00
#!/bin/sh
Common: change shell scripts
2022-02-09 14:59:08 -05:00
set
-eux
Main: autogen.sh: enable warnings
2022-06-08 21:37:25 -04:00
exec
autoreconf -isf -Wall
Copy permalink