unrealircd

- supernets unrealircd source & configuration
git clone git://git.acid.vegas/unrealircd.git
Log | Files | Refs | Archive | README | LICENSE

autogen.sh (238B)

      1 #!/bin/bash
      2 echo "Regenerating 'configure' and headers..."
      3 echo "NOTE: Normally only UnrealIRCd developers run this command!!"
      4 
      5 cd "$(dirname "${0}")"
      6 
      7 ACLOCAL_AMFLAGS=(-I autoconf/m4)
      8 
      9 aclocal "${ACLOCAL_AMFLAGS[@]}"
     10 autoconf
     11 autoheader