From f4921bf85b87cfa641878160b9b6525eaef25d3d Mon Sep 17 00:00:00 2001 From: venaas Date: Tue, 5 Jun 2007 12:44:13 +0000 Subject: This is the very real 1.0-alpha release (no code changes since previous) git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.0@127 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- Makefile | 2 +- Makefile.am | 3 +-- configure.ac | 2 +- radsecproxy.conf-example | 4 ++-- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 8fbec05..65e31d4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -g -Wall -pedantic -pthread +CFLAGS = -Wall -pedantic -pthread LDFLAGS = -lssl OBJ = util.o debug.o radsecproxy.o diff --git a/Makefile.am b/Makefile.am index 119021b..29f38b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,9 +6,8 @@ radsecproxy_SOURCES = radsecproxy.c \ radsecproxy.h \ debug.h -radsecproxy_CFLAGS = -g -Wall -pedantic -pthread @SSL_CFLAGS@ +radsecproxy_CFLAGS = -Wall -pedantic -pthread @SSL_CFLAGS@ radsecproxy_LDFLAGS = @SSL_LDFLAGS@ radsecproxy_LDADD = @SSL_LIBS@ -sysconfdir = ${prefix}/etc/radsecproxy dist_sysconf_DATA = $(srcdir)/radsecproxy.conf-example diff --git a/configure.ac b/configure.ac index c5ea60d..7db6f27 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(radsecproxy, 0.1, venaas@uninett.no) +AC_INIT(radsecproxy, 1.0-alpha, venaas@uninett.no) AM_INIT_AUTOMAKE AC_PROG_CC AM_PROG_CC_C_O diff --git a/radsecproxy.conf-example b/radsecproxy.conf-example index 029c7e1..854bb95 100644 --- a/radsecproxy.conf-example +++ b/radsecproxy.conf-example @@ -124,5 +124,5 @@ realm * { #If you don't have a default server you probably want to #reject all unknowns. Optionally you can also include a message #realm * { - replymessage "User unknown" -} +# replymessage "User unknown" +#} -- cgit v1.1