1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 12:23:12 +02:00
Files
unrealircd/extras/tre/utils/autogen.sh
T
2003-06-08 19:55:48 +00:00

9 lines
77 B
Bash
Executable File

#! /bin/sh
set -e
autoheader
aclocal -I m4
automake --add-missing
autoconf