mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +02:00
7 lines
69 B
Bash
Executable File
7 lines
69 B
Bash
Executable File
#!/bin/sh
|
|
rm -f config.cache
|
|
aclocal
|
|
autoconf
|
|
autoheader
|
|
automake -a
|