*** empty log message ***

This commit is contained in:
2007-04-06 10:40:28 +00:00
parent 54b84c4ead
commit f1e869321a
2 changed files with 4 additions and 56 deletions

View File

@ -1,22 +1,15 @@
#
# $Id: configure.ac,v 1.85 2007-04-06 07:40:42 bacon Exp $
# $Id: configure.ac,v 1.86 2007-04-06 10:40:28 bacon Exp $
#
AC_PREREQ(2.53)
AC_INIT([ase], [deb-0.1.0])
AC_REVISION([$Revision: 1.85 $])
AC_REVISION([$Revision: 1.86 $])
AC_CONFIG_HEADER([cmn/conf_unx.h])
# Checks for programs.
AC_PROG_CC
AC_PROG_RANLIB
#AC_PROG_LIBTOOL
echo "############################"
AC_LANG_C
echo "############################"
AC_PROG_MAKE_SET
# Overrides the default CFLAGS setting
if test "$ac_test_CFLAGS" = "set"
@ -182,7 +175,5 @@ AC_SUBST(JAVAC, $JAVAC_PATH)
AC_SUBST(JAR, $JAR_PATH)
AC_SUBST(JNI, $JNI)
#AC_SUBST(LIBTOOL_DEPS)
AC_CONFIG_FILES([makefile cmn/makefile awk/makefile lsp/makefile utl/makefile test/awk/makefile test/lsp/makefile])
AC_OUTPUT