From 42494121e8900ff353b33881082460569fe425ca Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 24 Jun 2013 19:47:46 +0200 Subject: [PATCH] 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. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) 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]) -- 2.39.5