--- /dev/null
+# $Id$
+# Makefile for the /contrib subdirectory
+
+
+# by default do nothing
+default:
+
+
+# targets for the kdoc package
+kdoc-install:
+ cd kdoc ; $(MAKE) install
+
+kdoc-clean:
+ cd kdoc ; $(MAKE) clean
+
+
+
+# generic targets
+clean: kdoc-clean
#! /bin/sh
-# From configure.in Revision: 1.25
+# From configure.in Revision: 1.1
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
ac_given_srcdir=$srcdir
-trap 'rm -fr `echo "" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
cat >> $CONFIG_STATUS <<EOF
-CONFIG_FILES=\${CONFIG_FILES-""}
+CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
dnl Output results
dnl -------------------------------------------------------------
-dnl At present there are no output files. nonetheless, autoconf
-dnl requires this statement
-AC_OUTPUT()
+AC_OUTPUT(Makefile)