summaryrefslogtreecommitdiffstats
path: root/src/appl/sample
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1994-06-21 06:29:20 +0000
committerTom Yu <tlyu@mit.edu>1994-06-21 06:29:20 +0000
commit92290607088557aa8472fd3f242f7e3ae37ced03 (patch)
tree2ccc8a0ea54eb27fff38640e18e010e6e2ab16f0 /src/appl/sample
parentd44265f27ddf36419b311eb8d7cb641418562e8b (diff)
downloadkrb5-92290607088557aa8472fd3f242f7e3ae37ced03.tar.gz
krb5-92290607088557aa8472fd3f242f7e3ae37ced03.tar.xz
krb5-92290607088557aa8472fd3f242f7e3ae37ced03.zip
support to allow --with-ccopts=
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3884 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/sample')
-rw-r--r--src/appl/sample/Makefile.in1
-rw-r--r--src/appl/sample/configure.in1
-rw-r--r--src/appl/sample/sclient/Makefile.in1
-rw-r--r--src/appl/sample/sclient/configure.in1
-rw-r--r--src/appl/sample/sserver/Makefile.in1
-rw-r--r--src/appl/sample/sserver/configure.in1
6 files changed, 6 insertions, 0 deletions
diff --git a/src/appl/sample/Makefile.in b/src/appl/sample/Makefile.in
index 7be88b435..f212f78b2 100644
--- a/src/appl/sample/Makefile.in
+++ b/src/appl/sample/Makefile.in
@@ -3,6 +3,7 @@ srcdir = @srcdir@
VPATH = @srcdir@
DEFS = @DEFS@
+CCOPTS = @CCOPTS@
LIBS = @LIBS@
CFLAGS = $(CCOPTS)
diff --git a/src/appl/sample/configure.in b/src/appl/sample/configure.in
index c1c3fa2b8..3d953e69f 100644
--- a/src/appl/sample/configure.in
+++ b/src/appl/sample/configure.in
@@ -1,4 +1,5 @@
AC_INIT(configure.in)
+WITH_CCOPTS
AC_SET_BUILDTOP
CONFIG_DIRS(sclient sserver)
MAKE_SUBDIRS("making",all)
diff --git a/src/appl/sample/sclient/Makefile.in b/src/appl/sample/sclient/Makefile.in
index 457ad807d..fbd9d2ccc 100644
--- a/src/appl/sample/sclient/Makefile.in
+++ b/src/appl/sample/sclient/Makefile.in
@@ -3,6 +3,7 @@ srcdir = @srcdir@
VPATH = @srcdir@
DEFS = @DEFS@
+CCOPTS = @CCOPTS@
LIBS = @LIBS@
CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE)
diff --git a/src/appl/sample/sclient/configure.in b/src/appl/sample/sclient/configure.in
index 40a35bff3..8650da601 100644
--- a/src/appl/sample/sclient/configure.in
+++ b/src/appl/sample/sclient/configure.in
@@ -1,4 +1,5 @@
AC_INIT(sclient.c)
+WITH_CCOPTS
AC_SET_BUILDTOP
AC_HAVE_LIBRARY(socket)
AC_HAVE_LIBRARY(nsl)
diff --git a/src/appl/sample/sserver/Makefile.in b/src/appl/sample/sserver/Makefile.in
index 928739774..bd5dc2742 100644
--- a/src/appl/sample/sserver/Makefile.in
+++ b/src/appl/sample/sserver/Makefile.in
@@ -3,6 +3,7 @@ srcdir = @srcdir@
VPATH = @srcdir@
DEFS = @DEFS@
+CCOPTS = @CCOPTS@
LIBS = @LIBS@
CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE)
diff --git a/src/appl/sample/sserver/configure.in b/src/appl/sample/sserver/configure.in
index 03cc40f72..c11045cc9 100644
--- a/src/appl/sample/sserver/configure.in
+++ b/src/appl/sample/sserver/configure.in
@@ -1,4 +1,5 @@
AC_INIT(sserver.c)
+WITH_CCOPTS
AC_SET_BUILDTOP
AC_HAVE_LIBRARY(socket)
AC_HAVE_LIBRARY(nsl)