From: Jon Feldman Date: Sat, 18 Jun 2016 01:22:40 +0000 (+0000) Subject: I goofed on the name in autotools X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=5684d3f749861bbb8f8a3744127880976b08cf09;p=vn%2Fvndc.git I goofed on the name in autotools --- diff --git a/configure.ac b/configure.ac index 302e4ca..f4d0b05 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([libbinmod], [0.3], [chaos.kagami@gmail.com], [vndc], [http://github.com/chaoskagami/vndc]) +AC_INIT([vndc], [0.3], [chaos.kagami@gmail.com], [vndc], [http://github.com/chaoskagami/vndc]) AC_CONFIG_SRCDIR([LICENSE]) # Checks for programs.