From ff3e6a8cc3b5fc13cf32f2a89843820d26ff0197 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 14 Jul 2017 15:55:28 +0200 Subject: [PATCH] build: Remove an unused function from configure.ac. This function has become unused with the removal of gengetopt, but we missed to drop it back then. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index aec063ff..c2cb47e6 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,6 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) AC_DEFUN([add_dot_o],[$(for i in $@; do printf "$i.o "; done)]) -AC_DEFUN([add_cmdline],[$(for i in $@; do printf "${i}.cmdline "; done)]) AC_DEFUN([LIB_ARG_WITH], [ AC_ARG_WITH($1-headers, [AS_HELP_STRING(--with-$1-headers=dir, [look for $1 headers in dir])]) -- 2.39.2