#! /bin/sh
-# From configure.in Revision: 1.29
+# From configure.in Revision: 1.30
+
trap '' 1 2 15
cat > confcache <<\EOF
# This file is a shell script that caches the results of configure
EOF
cat >> $CONFIG_STATUS <<EOF
+
EOF
cat >> $CONFIG_STATUS <<\EOF
+if test -f .devel; then
+ echo timestamp > stamp-h
+ cat Makefile-devel-adds >> Makefile
+ make depend
+fi
exit 0
EOF
rm -fr confdefs* $ac_clean_files
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
-if test -f .devel ; then
- mv -f Makefile Makefile.normal
- cat Makefile.normal Makefile-devel-adds > Makefile
- make depend
-fi
+exit 0