1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 09:13:14 +02:00
Files
weechat/autogen.sh
T
2005-04-17 19:01:18 +00:00

12 lines
294 B
Bash
Executable File

#!/bin/sh
# gettextize updates Makefile.am, configure.in
gettextize --copy --force --intl --no-changelog &&
aclocal &&
# autoheader creates config.h.in needed by autoconf
autoheader &&
# autoconf creates configure
autoconf &&
# automake creates Makefile.in
automake --add-missing --copy --gnu