diff options
| author | Theodore Tso <tytso@mit.edu> | 1998-11-13 21:08:45 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1998-11-13 21:08:45 +0000 |
| commit | e812d05c58837dbaa4cfc4b433929d0c18f279ba (patch) | |
| tree | 34ca1211d9952be374cab7dd08e013c7aebbef7d /src/appl/user_user | |
| parent | 9af6e475823c3ef3fb245fc2deee656354168c56 (diff) | |
| download | krb5-e812d05c58837dbaa4cfc4b433929d0c18f279ba.tar.gz krb5-e812d05c58837dbaa4cfc4b433929d0c18f279ba.tar.xz krb5-e812d05c58837dbaa4cfc4b433929d0c18f279ba.zip | |
configure.in: Removed and tests moved up to appl/configure.in
Makefile.in: Set the myfulldir and mydir variables (which are relative
to buildtop and thisconfigdir, respectively.) Add a MY_SUBDIRS macro
set to '.' to indicate that there are no subdirectories to be
processed by the Makefile.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11030 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/user_user')
| -rw-r--r-- | src/appl/user_user/ChangeLog | 9 | ||||
| -rw-r--r-- | src/appl/user_user/Makefile.in | 3 | ||||
| -rw-r--r-- | src/appl/user_user/configure.in | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/src/appl/user_user/ChangeLog b/src/appl/user_user/ChangeLog index d26f5bbe00..c98c21b0fb 100644 --- a/src/appl/user_user/ChangeLog +++ b/src/appl/user_user/ChangeLog @@ -1,3 +1,12 @@ +1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * configure.in: Removed and tests moved up to appl/configure.in + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Add a MY_SUBDIRS macro set to '.' to indicate that there + are no subdirectories to be processed by the Makefile. + Tue Sep 29 18:58:46 1998 Theodore Y. Ts'o <tytso@mit.edu> * client.c (main): Don't use h_errno at all; it doesn't work on diff --git a/src/appl/user_user/Makefile.in b/src/appl/user_user/Makefile.in index 1a96261a4b..4ec264edbb 100644 --- a/src/appl/user_user/Makefile.in +++ b/src/appl/user_user/Makefile.in @@ -1,4 +1,7 @@ thisconfigdir=. +myfulldir=appl/user_user +mydir=. +MY_SUBDIRS=. BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) -DDEBUG PROG_LIBPATH=-L$(TOPLIBD) diff --git a/src/appl/user_user/configure.in b/src/appl/user_user/configure.in deleted file mode 100644 index 32d78005d0..0000000000 --- a/src/appl/user_user/configure.in +++ /dev/null @@ -1,5 +0,0 @@ -AC_INIT(client.c) -CONFIG_RULES -AC_PROG_INSTALL -KRB5_BUILD_PROGRAM -V5_AC_OUTPUT_MAKEFILE |
