From f62c943d40896929e3e2caf15bda3e72b89ad3d9 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (laptop)" <j.wuttke@fz-juelich.de> Date: Wed, 21 Dec 2011 20:27:39 +0100 Subject: [PATCH] update TODO: some wishes have been fulfilled. --- TODO | 4 ---- pub/configure | 21 +++++++++++---------- pub/configure.ac | 3 ++- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/TODO b/TODO index 866e7524..af1b4677 100644 --- a/TODO +++ b/TODO @@ -3,8 +3,6 @@ - coord name algebra - convolutand must not be defined over full energy range - we need kww with double precision, period. -- don't allow "op" -- default colors as in gnuplot - darker colors in gnuplot == TO CHECK == @@ -70,14 +68,12 @@ == WAITING FOR NEED == - == WAITING FOR CLUE == - Ctrl+C to abort fit - oyo; [15,j,0] --> i, y2, ... # nicht so, aber .. ?? - dirac outside conv does not really make sense # call it "resol" ?? -- legend in plot window - residual plot - Graphics: simplify; allow LaTeX labels -> Asymptote ? gnuplot ? - distribution: do not overwrite user modifications of ini file diff --git a/pub/configure b/pub/configure index 748f9863..74ec890a 100755 --- a/pub/configure +++ b/pub/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.67 for frida 2.1.4b. +# Generated by GNU Autoconf 2.67 for frida post-2.1.4b. # # Report bugs to <j.wuttke@fz-juelich.de>. # @@ -552,8 +552,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='frida' PACKAGE_TARNAME='frida' -PACKAGE_VERSION='2.1.4b' -PACKAGE_STRING='frida 2.1.4b' +PACKAGE_VERSION='post-2.1.4b' +PACKAGE_STRING='frida post-2.1.4b' PACKAGE_BUGREPORT='j.wuttke@fz-juelich.de' PACKAGE_URL='' @@ -1255,7 +1255,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 frida 2.1.4b to adapt to many kinds of systems. +\`configure' configures frida post-2.1.4b to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1321,7 +1321,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of frida 2.1.4b:";; + short | recursive ) echo "Configuration of frida post-2.1.4b:";; esac cat <<\_ACEOF @@ -1415,7 +1415,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -frida configure 2.1.4b +frida configure post-2.1.4b generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2003,7 +2003,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by frida $as_me 2.1.4b, which was +It was created by frida $as_me post-2.1.4b, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ @@ -2354,6 +2354,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu +# ^^^^^ delete "post-" for public releases # project name must be "frida"; this determines the installation directories #AC_PREREQ(2.65) # downgraded to 2.61 @@ -2831,7 +2832,7 @@ fi # Define the identity of the package. PACKAGE='frida' - VERSION='2.1.4b' + VERSION='post-2.1.4b' cat >>confdefs.h <<_ACEOF @@ -7103,7 +7104,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by frida $as_me 2.1.4b, which was +This file was extended by frida $as_me post-2.1.4b, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7169,7 +7170,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -frida config.status 2.1.4b +frida config.status post-2.1.4b configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" diff --git a/pub/configure.ac b/pub/configure.ac index 535ee159..d84abd9b 100644 --- a/pub/configure.ac +++ b/pub/configure.ac @@ -9,7 +9,8 @@ ## Generic initialization ## ############################################################################### -AC_INIT([frida],[2.1.4b],[j.wuttke@fz-juelich.de]) +AC_INIT([frida],[post-2.1.4b],[j.wuttke@fz-juelich.de]) +# ^^^^^ delete "post-" for public releases # project name must be "frida"; this determines the installation directories #AC_PREREQ(2.65) # downgraded to 2.61 -- GitLab