Deleted Added
full compact
configure (57419) configure (57422)
1#! /bin/sh
2
1#! /bin/sh
2
3# From configure.in Revision: 1.217
3# From configure.in Revision: 1.218
4
5
6
7
8
9# Like AC_CONFIG_HEADER, but automatically create stamp file.
10
11

--- 894 unchanged lines hidden (view full) ---

906else
907 echo "$ac_t""no" 1>&6
908 SET_MAKE="MAKE=${MAKE-make}"
909fi
910
911
912PACKAGE=heimdal
913
4
5
6
7
8
9# Like AC_CONFIG_HEADER, but automatically create stamp file.
10
11

--- 894 unchanged lines hidden (view full) ---

906else
907 echo "$ac_t""no" 1>&6
908 SET_MAKE="MAKE=${MAKE-make}"
909fi
910
911
912PACKAGE=heimdal
913
914VERSION=0.2o
914VERSION=0.2p
915
916if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
917 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
918fi
919cat >> confdefs.h <<EOF
920#define PACKAGE "$PACKAGE"
921EOF
922

--- 12099 unchanged lines hidden ---
915
916if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
917 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
918fi
919cat >> confdefs.h <<EOF
920#define PACKAGE "$PACKAGE"
921EOF
922

--- 12099 unchanged lines hidden ---