From: Vincent Bernat Date: Mon, 24 Jun 2013 17:47:46 +0000 (+0200) Subject: configure: remove out-dated instructions to regen autoconf out-of-git X-Git-Tag: 0.7.6~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42494121e8900ff353b33881082460569fe425ca;p=thirdparty%2Flldpd.git configure: remove out-dated instructions to regen autoconf out-of-git There is no need to hack anything, thanks to the use of `./get-version` script. --- diff --git a/configure.ac b/configure.ac index a9f2f480..1f8faa3a 100644 --- a/configure.ac +++ b/configure.ac @@ -7,9 +7,6 @@ # Configure autoconf AC_PREREQ([2.64]) -dnl Use something like this if you need to patch autoconf files and -dnl regenerate configure outside upstream git tree: -dnl AC_INIT([lldpd], [0.5.7], [bernat@luffy.cx]) AC_INIT([lldpd], [m4_esyscmd_s([./get-version])], [bernat@luffy.cx])