# @configure_input@
-# $Id: Makefile.in,v 1.67 2001-05-15 01:19:49 thib Exp $
+# $Id: Makefile.in,v 1.68 2001-05-15 01:22:28 thib Exp $
# The following should not be edited manually (use configure options)
# If you must do it, BEWARE : some of the following is also defined
# is set in the configure.in file)
autoconf
./configure
- $(MAKE) tar && echo "---------------------------------------------" \
- echo "Success !" && \
- echo "(Please ignore the following make error)" \
- echo "---------------------------------------------" \
- exit 999
+ @($(MAKE) tar && \
+ echo "---------------------------------------------" && \
+ echo "Success !" && \
+ echo "(Please ignore the following make error)" && \
+ echo "---------------------------------------------" && \
+ exit 999)
tar: configure updatedoc vclean
AC_CONFIG_HEADER(config.h)
AC_PREREQ(2.7)
-vers="1.1.1"
+vers="1.1.2"
vers_quoted="\"$vers\""
AC_DEFINE_UNQUOTED(VERSION, $vers)
AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted)