diff options
author | venaas <venaas> | 2007-06-05 12:44:13 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-06-05 12:44:13 +0000 |
commit | f4921bf85b87cfa641878160b9b6525eaef25d3d (patch) | |
tree | 4786805f243e9b070645b1d2bf0e0a37e4bea0b9 | |
parent | cddbe54d60b854acd09001beaefc70d27bb4c9a7 (diff) |
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
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | radsecproxy.conf-example | 4 |
4 files changed, 5 insertions, 6 deletions
@@ -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" +#} |