4
mirror of git://git.acid.vegas/unrealircd.git synced 2024-10-05 08:36:41 +00:00
unrealircd/autogen.sh

12 lines
238 B
Bash
Raw Normal View History

2020-03-29 09:16:53 +00:00
#!/bin/bash
echo "Regenerating 'configure' and headers..."
echo "NOTE: Normally only UnrealIRCd developers run this command!!"
cd "$(dirname "${0}")"
ACLOCAL_AMFLAGS=(-I autoconf/m4)
aclocal "${ACLOCAL_AMFLAGS[@]}"
autoconf
autoheader