Update of /cvsroot/wxlua/wxLua
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv837
Modified Files:
Makefile.in
Added Files:
configure
Log Message:
updated bakefile build system
Index: Makefile.in
===================================================================
RCS file: /cvsroot/wxlua/wxLua/Makefile.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.in 14 Jun 2005 21:44:39 -0000 1.3
--- Makefile.in 20 Nov 2005 11:35:17 -0000 1.4
***************
*** 1,5 ****
# =========================================================================
# This makefile was generated by
! # Bakefile 0.1.8 (http://bakefile.sourceforge.net)
# Do not modify, all changes will be overwritten!
# =========================================================================
--- 1,5 ----
# =========================================================================
# This makefile was generated by
! # Bakefile 0.1.9 (http://bakefile.sourceforge.net)
# Do not modify, all changes will be overwritten!
# =========================================================================
--- NEW FILE: configure ---
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for wxLua 1.0.
#
# Report bugs to <fr...@us...>.
#
# Copyright (C) 2003 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
## --------------------- ##
## M4sh Initialization. ##
## --------------------- ##
# Be Bourne compatible
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
emulate sh
NULLCMD=:
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature.
[...7427 lines suppressed...]
echo " - VERSION: $WX_VERSION"
if test "$WX_PORT" = "gtk"; then
if test "$WX_GTKPORT_VERSION" = "1"; then
echo " - PORT: gtk (with GTK+ 1.x)"
elif test "$WX_GTKPORT_VERSION" = "2" ; then
echo " - PORT: gtk (with GTK+ 2.x)"
else
echo " Error in this configure script ! Please contact $PACKAGE_BUGREPORT"
fi
else
echo " - PORT: $WX_PORT"
fi
echo
echo " Now, just run make."
echo " ----------------------------------------------------------------"
echo
|