diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-05-08 21:42:17 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-05-08 21:43:44 +0200 |
commit | f2626416d939c08f3eab5091582af558ce23b472 (patch) | |
tree | 92d9a456d00de2572b852e4d980b1b30dd8b5f20 /lib/configure.ac | |
parent | 8d8356c0b2596a73f5593d3519040df77293ac22 (diff) |
Initial RPM packaging
Adapted from
commit 8ff4e9ab2308fc6ee1e9b140d85ba45eff5287ce
Author: Sam hartman <hartmans@painless-security.com>
Date: Mon Oct 10 15:25:11 2011 +0100
Conflicts:
lib/Makefile.am
lib/configure.ac
Diffstat (limited to 'lib/configure.ac')
-rw-r--r-- | lib/configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/configure.ac b/lib/configure.ac index 4abd170..ab775e4 100644 --- a/lib/configure.ac +++ b/lib/configure.ac @@ -1,6 +1,6 @@ # -*- Autoconf -*- script for libradsec. -AC_PREREQ([2.65]) +AC_PREREQ([2.63]) AC_INIT([libradsec], [0.0.4.dev], [linus+libradsec@nordu.net]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([radsec.c]) @@ -53,10 +53,10 @@ AC_TYPE_UINT8_T # Checks for library functions. AC_CHECK_FUNCS([memset socket strdup strerror strrchr]) -AC_CONFIG_FILES([Makefile +AC_CONFIG_FILES([Makefile libradsec.spec radsecproxy/Makefile - radius/Makefile - include/Makefile + radius/Makefile + include/Makefile examples/Makefile tests/Makefile]) AC_OUTPUT |