Removed configure from subdirectories.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@607 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-07-22 11:42:07 +00:00
parent abde472962
commit e24dc0a172
17 changed files with 19 additions and 4480 deletions

View File

@@ -1,5 +1,3 @@
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@

View File

@@ -1,15 +0,0 @@
/*
* $Id$
*/
#include "../../config.h"
@TOP@
@BOTTOM@
#ifndef WTMP_PATH
#define WTMP_PATH "/var/adm/wtmp"
#endif
#define KERBEROS

3
appl/ftp/aclocal.m4 vendored
View File

@@ -1,3 +0,0 @@
dnl use the aclocal.m4 from the top directory
builtin(include,../../aclocal.m4)

View File

@@ -22,7 +22,7 @@ libcommon_OBJS = base64.o glob.o
all: libcommon.a
.c.o:
$(CC) -c $(CFLAGS) -I$(srcdir) -I../../../include -I.. $(DEFS) $<
$(CC) -c $(CFLAGS) -I$(srcdir) -I../../../include -I../../.. $(DEFS) $<
libcommon.a: $(libcommon_OBJS)
ar cr libcommon.a $(libcommon_OBJS)

View File

@@ -1,49 +0,0 @@
/* config.h.in. Generated automatically from configure.in by autoheader. */
/*
* $Id$
*/
#include "../../config.h"
/* Define if you have a working `mmap' system call. */
#undef HAVE_MMAP
/* Define if you have the gethostbyname function. */
#undef HAVE_GETHOSTBYNAME
/* Define if you have the getpagesize function. */
#undef HAVE_GETPAGESIZE
/* Define if you have the setproctitle function. */
#undef HAVE_SETPROCTITLE
/* Define if you have the socket function. */
#undef HAVE_SOCKET
/* Define if you have the valloc function. */
#undef HAVE_VALLOC
/* Define if you have the <bsd/bsd.h> header file. */
#undef HAVE_BSD_BSD_H
/* Define if you have the <paths.h> header file. */
#undef HAVE_PATHS_H
/* Define if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H
/* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
/* Define if you have the nsl library (-lnsl). */
#undef HAVE_LIBNSL
/* Define if you have the socket library (-lsocket). */
#undef HAVE_LIBSOCKET
#ifndef WTMP_PATH
#define WTMP_PATH "/var/adm/wtmp"
#endif
#define KERBEROS

1579
appl/ftp/configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -1,41 +0,0 @@
#
# configure script for kftp
#
# $Id$
#
AC_INIT(ftp/main.c)
AC_CONFIG_HEADER(config.h)
# This may be overridden using --prefix=/usr to configure
AC_PREFIX_DEFAULT(/usr/athena)
AC_PROG_CC
AC_PROG_RANLIB
AC_PROG_CPP
AC_PROG_YACC
AC_PROG_INSTALL
AC_C_CROSS
AC_CACHE_VAL(krb_cv_ld_flags,
krb_cv_ld_flags="") dnl
LD_FLAGS="$krb_cv_ld_flags"
AC_SUBST(CFLAGS) dnl
AC_SUBST(LDFLAGS) dnl
AC_SUBST(LD_FLAGS) dnl
AC_TEST_SKEY
AC_CHECK_HEADERS(sys/select.h paths.h bsd/bsd.h sys/mman.h)
AC_FIND_FUNC(socket, socket)
AC_FIND_FUNC(gethostbyname, nsl)
AC_FUNC_MMAP
AC_CHECK_FUNCS(setproctitle)
AC_OUTPUT(Makefile common/Makefile ftp/Makefile ftpd/Makefile)

View File

@@ -14,7 +14,7 @@ DEFS = @DEFS@
CFLAGS = @CFLAGS@
LD_FLAGS = @LD_FLAGS@
LIBS = @LIBS@
MKDIRHIER = @top_srcdir@/../../mkdirhier-sh
MKDIRHIER = $(top_srcdir)/mkdirhier-sh
INSTALL = @INSTALL@
@@ -35,7 +35,7 @@ ftp_OBJS = cmds.o cmdtab.o ftp.o krb4.o main.o ruserpass.o domacro.o globals.o k
all: ftp
.c.o:
$(CC) -c $(CFLAGS) -I$(srcdir) -I.. -I$(srcdir)/../common -I$(INCTOP) $(DEFS) $<
$(CC) -c $(CFLAGS) -I$(srcdir) -I../../.. -I$(srcdir)/../common -I$(INCTOP) $(DEFS) $<
install: all
$(MKDIRHIER) $(prefix)/bin

View File

@@ -16,7 +16,7 @@ CFLAGS = @CFLAGS@ @SKEYINCLUDE@
LD_FLAGS = @LD_FLAGS@
LIBS = @LIBS@
SKEYLIB = @SKEYLIB@
MKDIRHIER = @top_srcdir@/../../mkdirhier-sh
MKDIRHIER = $(top_srcdir)/mkdirhier-sh
INSTALL = @INSTALL@
@@ -42,7 +42,7 @@ ftpd_OBJS = ftpd.o ftpcmd.o logwtmp.o popen.o auth.o krb4.o kauth.o klogin.o
all: ftpd
.c.o:
$(CC) -c $(CFLAGS) -I$(srcdir) -I.. -I$(srcdir)/../common -I$(INCTOP) $(DEFS) $<
$(CC) -c $(CFLAGS) -I$(srcdir) -I../../.. -I$(srcdir)/../common -I$(INCTOP) $(DEFS) $<
install: all
$(MKDIRHIER) $(prefix)/libexec