]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- remove unused variable 375/head
authorArvin Schnell <aschnell@suse.de>
Thu, 7 Dec 2017 12:56:53 +0000 (13:56 +0100)
committerArvin Schnell <aschnell@suse.de>
Thu, 7 Dec 2017 12:56:53 +0000 (13:56 +0100)
configure.ac

index 03ee675d9e742af59f4feb15d889dedcef2ee714..2a4e98f76a2bacd55629323a81d1f6bd3b6f91c9 100644 (file)
@@ -58,8 +58,6 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 CFLAGS="${CFLAGS} -std=c99 -Wall -Wextra -Wformat=2 -Wmissing-prototypes -Wno-unused-parameter"
 CXXFLAGS="${CXXFLAGS} -std=c++11 -Wall -Wextra -Wformat=2 -Wnon-virtual-dtor -Wno-unused-parameter"
 
-fillupdir=/var/adm/fillup-templates
-
 AC_ARG_WITH([conf], AC_HELP_STRING([--with-conf], [Use a custom sysconfig directory (default is /etc/sysconfig)]),
        [with_conf=$withval], [with_conf=no])
 
@@ -154,7 +152,6 @@ AC_SUBST(LIBVERSION_MINOR)
 AC_SUBST(LIBVERSION_PATCHLEVEL)
 AC_SUBST(LIBVERSION_INFO)
 AC_SUBST(docdir)
-AC_SUBST(fillupdir)
 
 AC_OUTPUT(
        Makefile