-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
2,069 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.59 for dwsrame 0.90. | ||
# Generated by GNU Autoconf 2.59 for dwsrame 0.91. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} | |
# Identity of this package. | ||
PACKAGE_NAME='dwsrame' | ||
PACKAGE_TARNAME='dwsrame' | ||
PACKAGE_VERSION='0.90' | ||
PACKAGE_STRING='dwsrame 0.90' | ||
PACKAGE_VERSION='0.91' | ||
PACKAGE_STRING='dwsrame 0.91' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
|
||
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar build build_cpu build_vendor build_os host host_cpu host_vendor host_os WINDOWS_TRUE WINDOWS_FALSE CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE WX_CONFIG_PATH WX_CPPFLAGS WX_CFLAGS WX_CXXFLAGS WX_CFLAGS_ONLY WX_CXXFLAGS_ONLY WX_LIBS WX_LIBS_STATIC WX_VERSION WX_INCLUDES LIBOBJS LTLIBOBJS' | ||
|
@@ -738,7 +738,7 @@ if test "$ac_init_help" = "long"; then | |
# Omit some internal or obsolete options to make the list less imposing. | ||
# This message is too long to be a string in the A/UX 3.1 sh. | ||
cat <<_ACEOF | ||
\`configure' configures dwsrame 0.90 to adapt to many kinds of systems. | ||
\`configure' configures dwsrame 0.91 to adapt to many kinds of systems. | ||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
@@ -804,7 +804,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of dwsrame 0.90:";; | ||
short | recursive ) echo "Configuration of dwsrame 0.91:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
@@ -930,7 +930,7 @@ fi | |
test -n "$ac_init_help" && exit 0 | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
dwsrame configure 0.90 | ||
dwsrame configure 0.91 | ||
generated by GNU Autoconf 2.59 | ||
Copyright (C) 2003 Free Software Foundation, Inc. | ||
|
@@ -944,7 +944,7 @@ cat >&5 <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
It was created by dwsrame $as_me 0.90, which was | ||
It was created by dwsrame $as_me 0.91, which was | ||
generated by GNU Autoconf 2.59. Invocation command line was | ||
$ $0 $@ | ||
|
@@ -1593,7 +1593,7 @@ fi | |
# Define the identity of the package. | ||
PACKAGE='dwsrame' | ||
VERSION='0.90' | ||
VERSION='0.91' | ||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -3262,7 +3262,7 @@ _ASBOX | |
} >&5 | ||
cat >&5 <<_CSEOF | ||
This file was extended by dwsrame $as_me 0.90, which was | ||
This file was extended by dwsrame $as_me 0.91, which was | ||
generated by GNU Autoconf 2.59. Invocation command line was | ||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -3325,7 +3325,7 @@ _ACEOF | |
cat >>$CONFIG_STATUS <<_ACEOF | ||
ac_cs_version="\\ | ||
dwsrame config.status 0.90 | ||
dwsrame config.status 0.91 | ||
configured by $0, generated by GNU Autoconf 2.59, | ||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
dnl Initialize autoconf | ||
AC_INIT([dwsrame], [0.90], [[email protected]]) | ||
AC_INIT([dwsrame], [0.91], [[email protected]]) | ||
|
||
dnl require autoconf >= 2.59 | ||
AC_PREREQ([2.59]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.