diff options
author | Jan Wagner <waja@cyconet.org> | 2014-10-15 10:38:51 +0200 |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2014-10-15 13:47:07 +0200 |
commit | 37a004398f5b647f2af71b6030e076a3cb37cffb (patch) | |
tree | 4fde500fcf27f58bd8ab2083422ef8532799ecb0 /configure.ac | |
parent | 83744b24b0eaa2050269d55ec795d5b78da711d9 (diff) | |
download | monitoring-plugins-37a004398f5b647f2af71b6030e076a3cb37cffb.tar.gz |
Removing the spec file, as it's broken
Even we have none feedback in PR #1283
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1fa7472b..e9b154b3 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) AC_INIT(monitoring-plugins,2.0) AC_CONFIG_SRCDIR(NPTest.pm) -AC_CONFIG_FILES([gl/Makefile - monitoring-plugins.spec]) +AC_CONFIG_FILES([gl/Makefile]) AC_CONFIG_AUX_DIR(build-aux) AM_INIT_AUTOMAKE([1.8.3]) AM_MAINTAINER_MODE([enable]) |