[-]
[+]
|
Changed |
cego.changes
|
|
[-]
[+]
|
Changed |
cego.spec
^
|
|
[-]
[+]
|
Changed |
cego-2.18.2.tar.bz2/autom4te.cache/output.1
^
|
@@ -1,8 +1,8 @@
@%:@! /bin/sh
@%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for FULL-PACKAGE-NAME VERSION.
+@%:@ Generated by GNU Autoconf 2.69 for Cego 2.18.2.
@%:@
-@%:@ Report bugs to <BUG-REPORT-ADDRESS>.
+@%:@ Report bugs to <lemke@lemke-it.com>.
@%:@
@%:@
@%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -274,7 +274,7 @@
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
- $as_echo "$0: Please tell bug-autoconf@gnu.org and BUG-REPORT-ADDRESS
+ $as_echo "$0: Please tell bug-autoconf@gnu.org and lemke@lemke-it.com
$0: about your system, including any error possibly output
$0: before this message. Then install a modern shell, or
$0: manually run the script under such a shell if you do
@@ -588,11 +588,11 @@
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='FULL-PACKAGE-NAME'
-PACKAGE_TARNAME='full-package-name'
-PACKAGE_VERSION='VERSION'
-PACKAGE_STRING='FULL-PACKAGE-NAME VERSION'
-PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
+PACKAGE_NAME='Cego'
+PACKAGE_TARNAME='cego'
+PACKAGE_VERSION='2.18.2'
+PACKAGE_STRING='Cego 2.18.2'
+PACKAGE_BUGREPORT='lemke@lemke-it.com'
PACKAGE_URL=''
ac_unique_file="config.h.in"
@@ -1326,7 +1326,7 @@
# 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 FULL-PACKAGE-NAME VERSION to adapt to many kinds of systems.
+\`configure' configures Cego 2.18.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1374,8 +1374,7 @@
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
- --docdir=DIR documentation root
- @<:@DATAROOTDIR/doc/full-package-name@:>@
+ --docdir=DIR documentation root @<:@DATAROOTDIR/doc/cego@:>@
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1397,7 +1396,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of FULL-PACKAGE-NAME VERSION:";;
+ short | recursive ) echo "Configuration of Cego 2.18.2:";;
esac
cat <<\_ACEOF
@@ -1445,7 +1444,7 @@
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
-Report bugs to <BUG-REPORT-ADDRESS>.
+Report bugs to <lemke@lemke-it.com>.
_ACEOF
ac_status=$?
fi
@@ -1508,7 +1507,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-FULL-PACKAGE-NAME configure VERSION
+Cego configure 2.18.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1752,7 +1751,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
( $as_echo "## --------------------------------- ##
-## Report this to BUG-REPORT-ADDRESS ##
+## Report this to lemke@lemke-it.com ##
## --------------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
@@ -2052,7 +2051,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by FULL-PACKAGE-NAME $as_me VERSION, which was
+It was created by Cego $as_me 2.18.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2914,8 +2913,8 @@
# Define the identity of the package.
- PACKAGE='full-package-name'
- VERSION='VERSION'
+ PACKAGE='cego'
+ VERSION='2.18.2'
cat >>confdefs.h <<_ACEOF
@@ -4733,22 +4732,22 @@
@%:@ Check whether --with-lfc-lib-path was given.
if test "${with_lfc_lib_path+set}" = set; then :
- withval=$with_lfc_lib_path; LFC_LIBS="-L$withval -llfc -llfcxml"
+ withval=$with_lfc_lib_path; LFC_LIBS="-L$withval -llfcbase -llfcxml"
else
- LFC_LIBS='-L/usr/local/lib -llfc -llfcxml'
+ LFC_LIBS='-L/usr/local/lib -llfcbase -llfcxml'
fi
# Checks for libraries.
# FIXME: Replace `main' with a function in `-llfc':
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -llfc" >&5
-$as_echo_n "checking for main in -llfc... " >&6; }
-if ${ac_cv_lib_lfc_main+:} false; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -llfcbase" >&5
+$as_echo_n "checking for main in -llfcbase... " >&6; }
+if ${ac_cv_lib_lfcbase_main+:} false; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-llfc $LIBS"
+LIBS="-llfcbase $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -4762,22 +4761,22 @@
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_lfc_main=yes
+ ac_cv_lib_lfcbase_main=yes
else
- ac_cv_lib_lfc_main=no
+ ac_cv_lib_lfcbase_main=no
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lfc_main" >&5
-$as_echo "$ac_cv_lib_lfc_main" >&6; }
-if test "x$ac_cv_lib_lfc_main" = xyes; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lfcbase_main" >&5
+$as_echo "$ac_cv_lib_lfcbase_main" >&6; }
+if test "x$ac_cv_lib_lfcbase_main" = xyes; then :
cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_LIBLFC 1
+@%:@define HAVE_LIBLFCBASE 1
_ACEOF
- LIBS="-llfc $LIBS"
+ LIBS="-llfcbase $LIBS"
fi
@@ -16610,7 +16609,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by FULL-PACKAGE-NAME $as_me VERSION, which was
+This file was extended by Cego $as_me 2.18.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16670,13 +16669,13 @@
Configuration commands:
$config_commands
-Report bugs to <BUG-REPORT-ADDRESS>."
+Report bugs to <lemke@lemke-it.com>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-FULL-PACKAGE-NAME config.status VERSION
+Cego config.status 2.18.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
|
[-]
[+]
|
Changed |
cego-2.18.2.tar.bz2/autom4te.cache/output.2
^
|
@@ -1,8 +1,8 @@
@%:@! /bin/sh
@%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for FULL-PACKAGE-NAME VERSION.
+@%:@ Generated by GNU Autoconf 2.69 for Cego 2.18.2.
@%:@
-@%:@ Report bugs to <BUG-REPORT-ADDRESS>.
+@%:@ Report bugs to <lemke@lemke-it.com>.
@%:@
@%:@
@%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -274,7 +274,7 @@
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
- $as_echo "$0: Please tell bug-autoconf@gnu.org and BUG-REPORT-ADDRESS
+ $as_echo "$0: Please tell bug-autoconf@gnu.org and lemke@lemke-it.com
$0: about your system, including any error possibly output
$0: before this message. Then install a modern shell, or
$0: manually run the script under such a shell if you do
@@ -588,11 +588,11 @@
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='FULL-PACKAGE-NAME'
-PACKAGE_TARNAME='full-package-name'
-PACKAGE_VERSION='VERSION'
-PACKAGE_STRING='FULL-PACKAGE-NAME VERSION'
-PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
+PACKAGE_NAME='Cego'
+PACKAGE_TARNAME='cego'
+PACKAGE_VERSION='2.18.2'
+PACKAGE_STRING='Cego 2.18.2'
+PACKAGE_BUGREPORT='lemke@lemke-it.com'
PACKAGE_URL=''
ac_unique_file="config.h.in"
@@ -1326,7 +1326,7 @@
# 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 FULL-PACKAGE-NAME VERSION to adapt to many kinds of systems.
+\`configure' configures Cego 2.18.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1374,8 +1374,7 @@
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
- --docdir=DIR documentation root
- @<:@DATAROOTDIR/doc/full-package-name@:>@
+ --docdir=DIR documentation root @<:@DATAROOTDIR/doc/cego@:>@
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1397,7 +1396,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of FULL-PACKAGE-NAME VERSION:";;
+ short | recursive ) echo "Configuration of Cego 2.18.2:";;
esac
cat <<\_ACEOF
@@ -1445,7 +1444,7 @@
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
-Report bugs to <BUG-REPORT-ADDRESS>.
+Report bugs to <lemke@lemke-it.com>.
_ACEOF
ac_status=$?
fi
@@ -1508,7 +1507,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-FULL-PACKAGE-NAME configure VERSION
+Cego configure 2.18.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1752,7 +1751,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
( $as_echo "## --------------------------------- ##
-## Report this to BUG-REPORT-ADDRESS ##
+## Report this to lemke@lemke-it.com ##
## --------------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
@@ -2052,7 +2051,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by FULL-PACKAGE-NAME $as_me VERSION, which was
+It was created by Cego $as_me 2.18.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2914,8 +2913,8 @@
# Define the identity of the package.
- PACKAGE='full-package-name'
- VERSION='VERSION'
+ PACKAGE='cego'
+ VERSION='2.18.2'
cat >>confdefs.h <<_ACEOF
@@ -4733,22 +4732,22 @@
@%:@ Check whether --with-lfc-lib-path was given.
if test "${with_lfc_lib_path+set}" = set; then :
- withval=$with_lfc_lib_path; LFC_LIBS="-L$withval -llfc -llfcxml"
+ withval=$with_lfc_lib_path; LFC_LIBS="-L$withval -llfcbase -llfcxml"
else
- LFC_LIBS='-L/usr/local/lib -llfc -llfcxml'
+ LFC_LIBS='-L/usr/local/lib -llfcbase -llfcxml'
fi
# Checks for libraries.
# FIXME: Replace `main' with a function in `-llfc':
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -llfc" >&5
-$as_echo_n "checking for main in -llfc... " >&6; }
-if ${ac_cv_lib_lfc_main+:} false; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -llfcbase" >&5
+$as_echo_n "checking for main in -llfcbase... " >&6; }
+if ${ac_cv_lib_lfcbase_main+:} false; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-llfc $LIBS"
+LIBS="-llfcbase $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -4762,22 +4761,22 @@
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_lfc_main=yes
+ ac_cv_lib_lfcbase_main=yes
else
- ac_cv_lib_lfc_main=no
+ ac_cv_lib_lfcbase_main=no
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lfc_main" >&5
-$as_echo "$ac_cv_lib_lfc_main" >&6; }
-if test "x$ac_cv_lib_lfc_main" = xyes; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lfcbase_main" >&5
+$as_echo "$ac_cv_lib_lfcbase_main" >&6; }
+if test "x$ac_cv_lib_lfcbase_main" = xyes; then :
cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_LIBLFC 1
+@%:@define HAVE_LIBLFCBASE 1
_ACEOF
- LIBS="-llfc $LIBS"
+ LIBS="-llfcbase $LIBS"
fi
@@ -16610,7 +16609,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by FULL-PACKAGE-NAME $as_me VERSION, which was
+This file was extended by Cego $as_me 2.18.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16670,13 +16669,13 @@
Configuration commands:
$config_commands
-Report bugs to <BUG-REPORT-ADDRESS>."
+Report bugs to <lemke@lemke-it.com>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-FULL-PACKAGE-NAME config.status VERSION
+Cego config.status 2.18.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
|
[-]
[+]
|
Changed |
cego-2.18.2.tar.bz2/autom4te.cache/output.3
^
|
@@ -1,8 +1,8 @@
@%:@! /bin/sh
@%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for FULL-PACKAGE-NAME VERSION.
+@%:@ Generated by GNU Autoconf 2.69 for Cego 2.18.2.
@%:@
-@%:@ Report bugs to <BUG-REPORT-ADDRESS>.
+@%:@ Report bugs to <lemke@lemke-it.com>.
@%:@
@%:@
@%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -274,7 +274,7 @@
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
- $as_echo "$0: Please tell bug-autoconf@gnu.org and BUG-REPORT-ADDRESS
+ $as_echo "$0: Please tell bug-autoconf@gnu.org and lemke@lemke-it.com
$0: about your system, including any error possibly output
$0: before this message. Then install a modern shell, or
$0: manually run the script under such a shell if you do
@@ -588,11 +588,11 @@
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='FULL-PACKAGE-NAME'
-PACKAGE_TARNAME='full-package-name'
-PACKAGE_VERSION='VERSION'
-PACKAGE_STRING='FULL-PACKAGE-NAME VERSION'
-PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
+PACKAGE_NAME='Cego'
+PACKAGE_TARNAME='cego'
+PACKAGE_VERSION='2.18.2'
+PACKAGE_STRING='Cego 2.18.2'
+PACKAGE_BUGREPORT='lemke@lemke-it.com'
PACKAGE_URL=''
ac_unique_file="config.h.in"
@@ -1326,7 +1326,7 @@
# 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 FULL-PACKAGE-NAME VERSION to adapt to many kinds of systems.
+\`configure' configures Cego 2.18.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1374,8 +1374,7 @@
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
- --docdir=DIR documentation root
- @<:@DATAROOTDIR/doc/full-package-name@:>@
+ --docdir=DIR documentation root @<:@DATAROOTDIR/doc/cego@:>@
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1397,7 +1396,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of FULL-PACKAGE-NAME VERSION:";;
+ short | recursive ) echo "Configuration of Cego 2.18.2:";;
esac
cat <<\_ACEOF
@@ -1445,7 +1444,7 @@
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
-Report bugs to <BUG-REPORT-ADDRESS>.
+Report bugs to <lemke@lemke-it.com>.
_ACEOF
ac_status=$?
fi
@@ -1508,7 +1507,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-FULL-PACKAGE-NAME configure VERSION
+Cego configure 2.18.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1752,7 +1751,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
( $as_echo "## --------------------------------- ##
-## Report this to BUG-REPORT-ADDRESS ##
+## Report this to lemke@lemke-it.com ##
## --------------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
@@ -2052,7 +2051,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by FULL-PACKAGE-NAME $as_me VERSION, which was
+It was created by Cego $as_me 2.18.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2914,8 +2913,8 @@
# Define the identity of the package.
- PACKAGE='full-package-name'
- VERSION='VERSION'
+ PACKAGE='cego'
+ VERSION='2.18.2'
cat >>confdefs.h <<_ACEOF
@@ -4733,22 +4732,22 @@
@%:@ Check whether --with-lfc-lib-path was given.
if test "${with_lfc_lib_path+set}" = set; then :
- withval=$with_lfc_lib_path; LFC_LIBS="-L$withval -llfc -llfcxml"
+ withval=$with_lfc_lib_path; LFC_LIBS="-L$withval -llfcbase -llfcxml"
else
- LFC_LIBS='-L/usr/local/lib -llfc -llfcxml'
+ LFC_LIBS='-L/usr/local/lib -llfcbase -llfcxml'
fi
# Checks for libraries.
# FIXME: Replace `main' with a function in `-llfc':
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -llfc" >&5
-$as_echo_n "checking for main in -llfc... " >&6; }
-if ${ac_cv_lib_lfc_main+:} false; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -llfcbase" >&5
+$as_echo_n "checking for main in -llfcbase... " >&6; }
+if ${ac_cv_lib_lfcbase_main+:} false; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-llfc $LIBS"
+LIBS="-llfcbase $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -4762,22 +4761,22 @@
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_lfc_main=yes
+ ac_cv_lib_lfcbase_main=yes
else
- ac_cv_lib_lfc_main=no
+ ac_cv_lib_lfcbase_main=no
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lfc_main" >&5
-$as_echo "$ac_cv_lib_lfc_main" >&6; }
-if test "x$ac_cv_lib_lfc_main" = xyes; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lfcbase_main" >&5
+$as_echo "$ac_cv_lib_lfcbase_main" >&6; }
+if test "x$ac_cv_lib_lfcbase_main" = xyes; then :
cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_LIBLFC 1
+@%:@define HAVE_LIBLFCBASE 1
_ACEOF
- LIBS="-llfc $LIBS"
+ LIBS="-llfcbase $LIBS"
fi
@@ -16610,7 +16609,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by FULL-PACKAGE-NAME $as_me VERSION, which was
+This file was extended by Cego $as_me 2.18.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16670,13 +16669,13 @@
Configuration commands:
$config_commands
-Report bugs to <BUG-REPORT-ADDRESS>."
+Report bugs to <lemke@lemke-it.com>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-FULL-PACKAGE-NAME config.status VERSION
+Cego config.status 2.18.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
|
[-]
[+]
|
Changed |
cego-2.18.2.tar.bz2/autom4te.cache/traces.1
^
|
@@ -3,7 +3,7 @@
m4trace:aclocal.m4:1063: -1- m4_include([m4/ltsugar.m4])
m4trace:aclocal.m4:1064: -1- m4_include([m4/ltversion.m4])
m4trace:aclocal.m4:1065: -1- m4_include([m4/lt~obsolete.m4])
-m4trace:configure.ac:5: -1- AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS])
+m4trace:configure.ac:5: -1- AC_INIT([Cego], [2.18.2], [lemke@lemke-it.com])
m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_])
m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
@@ -398,10 +398,10 @@
m4trace:configure.ac:36: -1- AC_SUBST([LFC_LIBS])
m4trace:configure.ac:36: -1- AC_SUBST_TRACE([LFC_LIBS])
m4trace:configure.ac:36: -1- m4_pattern_allow([^LFC_LIBS$])
-m4trace:configure.ac:40: -1- AH_OUTPUT([HAVE_LIBLFC], [/* Define to 1 if you have the `lfc\' library (-llfc). */
-@%:@undef HAVE_LIBLFC])
-m4trace:configure.ac:40: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBLFC])
-m4trace:configure.ac:40: -1- m4_pattern_allow([^HAVE_LIBLFC$])
+m4trace:configure.ac:40: -1- AH_OUTPUT([HAVE_LIBLFCBASE], [/* Define to 1 if you have the `lfcbase\' library (-llfcbase). */
+@%:@undef HAVE_LIBLFCBASE])
+m4trace:configure.ac:40: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBLFCBASE])
+m4trace:configure.ac:40: -1- m4_pattern_allow([^HAVE_LIBLFCBASE$])
m4trace:configure.ac:41: -1- AH_OUTPUT([HAVE_LIBLFCXML], [/* Define to 1 if you have the `lfcxml\' library (-llfcxml). */
@%:@undef HAVE_LIBLFCXML])
m4trace:configure.ac:41: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBLFCXML])
|
[-]
[+]
|
Changed |
cego-2.18.2.tar.bz2/autom4te.cache/traces.2
^
|
@@ -2443,7 +2443,7 @@
m4trace:configure.ac:21: -1- m4_pattern_allow([^AR$])
m4trace:configure.ac:30: -1- m4_pattern_allow([^LFC_CFLAGS$])
m4trace:configure.ac:36: -1- m4_pattern_allow([^LFC_LIBS$])
-m4trace:configure.ac:40: -1- m4_pattern_allow([^HAVE_LIBLFC$])
+m4trace:configure.ac:40: -1- m4_pattern_allow([^HAVE_LIBLFCBASE$])
m4trace:configure.ac:41: -1- m4_pattern_allow([^HAVE_LIBLFCXML$])
m4trace:configure.ac:44: -1- AC_PROG_EGREP
m4trace:configure.ac:44: -1- m4_pattern_allow([^GREP$])
|
[-]
[+]
|
Changed |
cego-2.18.2.tar.bz2/autom4te.cache/traces.3
^
|
@@ -3,7 +3,7 @@
m4trace:aclocal.m4:1063: -1- m4_include([m4/ltsugar.m4])
m4trace:aclocal.m4:1064: -1- m4_include([m4/ltversion.m4])
m4trace:aclocal.m4:1065: -1- m4_include([m4/lt~obsolete.m4])
-m4trace:configure.ac:5: -1- AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS])
+m4trace:configure.ac:5: -1- AC_INIT([Cego], [2.18.2], [lemke@lemke-it.com])
m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_])
m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
@@ -398,10 +398,10 @@
m4trace:configure.ac:36: -1- AC_SUBST([LFC_LIBS])
m4trace:configure.ac:36: -1- AC_SUBST_TRACE([LFC_LIBS])
m4trace:configure.ac:36: -1- m4_pattern_allow([^LFC_LIBS$])
-m4trace:configure.ac:40: -1- AH_OUTPUT([HAVE_LIBLFC], [/* Define to 1 if you have the `lfc\' library (-llfc). */
-@%:@undef HAVE_LIBLFC])
-m4trace:configure.ac:40: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBLFC])
-m4trace:configure.ac:40: -1- m4_pattern_allow([^HAVE_LIBLFC$])
+m4trace:configure.ac:40: -1- AH_OUTPUT([HAVE_LIBLFCBASE], [/* Define to 1 if you have the `lfcbase\' library (-llfcbase). */
+@%:@undef HAVE_LIBLFCBASE])
+m4trace:configure.ac:40: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBLFCBASE])
+m4trace:configure.ac:40: -1- m4_pattern_allow([^HAVE_LIBLFCBASE$])
m4trace:configure.ac:41: -1- AH_OUTPUT([HAVE_LIBLFCXML], [/* Define to 1 if you have the `lfcxml\' library (-llfcxml). */
@%:@undef HAVE_LIBLFCXML])
m4trace:configure.ac:41: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBLFCXML])
|
[-]
[+]
|
Changed |
cego-2.18.2.tar.bz2/config.h.in
^
|
@@ -15,8 +15,8 @@
/* Define to 1 if you have the `history' library (-lhistory). */
#undef HAVE_LIBHISTORY
-/* Define to 1 if you have the `lfc' library (-llfc). */
-#undef HAVE_LIBLFC
+/* Define to 1 if you have the `lfcbase' library (-llfcbase). */
+#undef HAVE_LIBLFCBASE
/* Define to 1 if you have the `lfcxml' library (-llfcxml). */
#undef HAVE_LIBLFCXML
|
[-]
[+]
|
Changed |
cego-2.18.2.tar.bz2/config.h.in~
^
|
@@ -15,8 +15,8 @@
/* Define to 1 if you have the `history' library (-lhistory). */
#undef HAVE_LIBHISTORY
-/* Define to 1 if you have the `lfc' library (-llfc). */
-#undef HAVE_LIBLFC
+/* Define to 1 if you have the `lfcbase' library (-llfcbase). */
+#undef HAVE_LIBLFCBASE
/* Define to 1 if you have the `lfcxml' library (-llfcxml). */
#undef HAVE_LIBLFCXML
|
[-]
[+]
|
Changed |
cego-2.18.2.tar.bz2/configure
^
|
@@ -1,8 +1,8 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for FULL-PACKAGE-NAME VERSION.
+# Generated by GNU Autoconf 2.69 for Cego 2.18.2.
#
-# Report bugs to <BUG-REPORT-ADDRESS>.
+# Report bugs to <lemke@lemke-it.com>.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -274,7 +274,7 @@
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
- $as_echo "$0: Please tell bug-autoconf@gnu.org and BUG-REPORT-ADDRESS
+ $as_echo "$0: Please tell bug-autoconf@gnu.org and lemke@lemke-it.com
$0: about your system, including any error possibly output
$0: before this message. Then install a modern shell, or
$0: manually run the script under such a shell if you do
@@ -588,11 +588,11 @@
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='FULL-PACKAGE-NAME'
-PACKAGE_TARNAME='full-package-name'
-PACKAGE_VERSION='VERSION'
-PACKAGE_STRING='FULL-PACKAGE-NAME VERSION'
-PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
+PACKAGE_NAME='Cego'
+PACKAGE_TARNAME='cego'
+PACKAGE_VERSION='2.18.2'
+PACKAGE_STRING='Cego 2.18.2'
+PACKAGE_BUGREPORT='lemke@lemke-it.com'
PACKAGE_URL=''
ac_unique_file="config.h.in"
@@ -1326,7 +1326,7 @@
# 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 FULL-PACKAGE-NAME VERSION to adapt to many kinds of systems.
+\`configure' configures Cego 2.18.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1374,8 +1374,7 @@
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
- --docdir=DIR documentation root
- [DATAROOTDIR/doc/full-package-name]
+ --docdir=DIR documentation root [DATAROOTDIR/doc/cego]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1397,7 +1396,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of FULL-PACKAGE-NAME VERSION:";;
+ short | recursive ) echo "Configuration of Cego 2.18.2:";;
esac
cat <<\_ACEOF
@@ -1445,7 +1444,7 @@
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
-Report bugs to <BUG-REPORT-ADDRESS>.
+Report bugs to <lemke@lemke-it.com>.
_ACEOF
ac_status=$?
fi
@@ -1508,7 +1507,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-FULL-PACKAGE-NAME configure VERSION
+Cego configure 2.18.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1752,7 +1751,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
( $as_echo "## --------------------------------- ##
-## Report this to BUG-REPORT-ADDRESS ##
+## Report this to lemke@lemke-it.com ##
## --------------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
@@ -2052,7 +2051,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by FULL-PACKAGE-NAME $as_me VERSION, which was
+It was created by Cego $as_me 2.18.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2914,8 +2913,8 @@
# Define the identity of the package.
- PACKAGE='full-package-name'
- VERSION='VERSION'
+ PACKAGE='cego'
+ VERSION='2.18.2'
cat >>confdefs.h <<_ACEOF
@@ -4733,22 +4732,22 @@
# Check whether --with-lfc-lib-path was given.
if test "${with_lfc_lib_path+set}" = set; then :
- withval=$with_lfc_lib_path; LFC_LIBS="-L$withval -llfc -llfcxml"
+ withval=$with_lfc_lib_path; LFC_LIBS="-L$withval -llfcbase -llfcxml"
else
- LFC_LIBS='-L/usr/local/lib -llfc -llfcxml'
+ LFC_LIBS='-L/usr/local/lib -llfcbase -llfcxml'
fi
# Checks for libraries.
# FIXME: Replace `main' with a function in `-llfc':
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -llfc" >&5
-$as_echo_n "checking for main in -llfc... " >&6; }
-if ${ac_cv_lib_lfc_main+:} false; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -llfcbase" >&5
+$as_echo_n "checking for main in -llfcbase... " >&6; }
+if ${ac_cv_lib_lfcbase_main+:} false; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-llfc $LIBS"
+LIBS="-llfcbase $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -4762,22 +4761,22 @@
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_lfc_main=yes
+ ac_cv_lib_lfcbase_main=yes
else
- ac_cv_lib_lfc_main=no
+ ac_cv_lib_lfcbase_main=no
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lfc_main" >&5
-$as_echo "$ac_cv_lib_lfc_main" >&6; }
-if test "x$ac_cv_lib_lfc_main" = xyes; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lfcbase_main" >&5
+$as_echo "$ac_cv_lib_lfcbase_main" >&6; }
+if test "x$ac_cv_lib_lfcbase_main" = xyes; then :
cat >>confdefs.h <<_ACEOF
-#define HAVE_LIBLFC 1
+#define HAVE_LIBLFCBASE 1
_ACEOF
- LIBS="-llfc $LIBS"
+ LIBS="-llfcbase $LIBS"
fi
@@ -16610,7 +16609,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by FULL-PACKAGE-NAME $as_me VERSION, which was
+This file was extended by Cego $as_me 2.18.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16670,13 +16669,13 @@
Configuration commands:
$config_commands
-Report bugs to <BUG-REPORT-ADDRESS>."
+Report bugs to <lemke@lemke-it.com>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-FULL-PACKAGE-NAME config.status VERSION
+Cego config.status 2.18.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
|
[-]
[+]
|
Changed |
cego-2.18.2.tar.bz2/configure.ac
^
|
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS])
+AC_INIT([Cego], [2.18.2], [lemke@lemke-it.com])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])
@@ -31,13 +31,13 @@
AC_ARG_WITH([lfc-lib-path],
[AS_HELP_STRING([--with-lfc-lib-path], [location of the LFC libraries])],
- [LFC_LIBS="-L$withval -llfc -llfcxml"],
- [LFC_LIBS='-L/usr/local/lib -llfc -llfcxml'])
+ [LFC_LIBS="-L$withval -llfcbase -llfcxml"],
+ [LFC_LIBS='-L/usr/local/lib -llfcbase -llfcxml'])
AC_SUBST([LFC_LIBS])
# Checks for libraries.
# FIXME: Replace `main' with a function in `-llfc':
-AC_CHECK_LIB([lfc], [main])
+AC_CHECK_LIB([lfcbase], [main])
AC_CHECK_LIB([lfcxml], [main])
# Checks for header files.
|
[-]
[+]
|
Changed |
cego-2.18.2.tar.bz2/samples/cgplustest/Makefile
^
|
@@ -32,10 +32,10 @@
esac; \
test $$am__dry = yes; \
}
-pkgdatadir = $(datadir)/full-package-name
-pkgincludedir = $(includedir)/full-package-name
-pkglibdir = $(libdir)/full-package-name
-pkglibexecdir = $(libexecdir)/full-package-name
+pkgdatadir = $(datadir)/cego
+pkgincludedir = $(includedir)/cego
+pkglibdir = $(libdir)/cego
+pkglibexecdir = $(libexecdir)/cego
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -136,21 +136,21 @@
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /Users/lemke/work/cego-2.18.1/missing aclocal-1.13
+ACLOCAL = ${SHELL} /Users/lemke/work/cego-2.18.2/missing aclocal-1.13
AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 1
AR = ar
-AUTOCONF = ${SHELL} /Users/lemke/work/cego-2.18.1/missing autoconf
-AUTOHEADER = ${SHELL} /Users/lemke/work/cego-2.18.1/missing autoheader
-AUTOMAKE = ${SHELL} /Users/lemke/work/cego-2.18.1/missing automake-1.13
+AUTOCONF = ${SHELL} /Users/lemke/work/cego-2.18.2/missing autoconf
+AUTOHEADER = ${SHELL} /Users/lemke/work/cego-2.18.2/missing autoheader
+AUTOMAKE = ${SHELL} /Users/lemke/work/cego-2.18.2/missing automake-1.13
AWK = awk
-CC = gcc
+CC = clang
CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
+CFLAGS = -O2 -m64
+CPP = clang -E
CPPFLAGS =
-CXX = g++
-CXXCPP = g++ -E
+CXX = clang
+CXXCPP = clang -E
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -g -O2
CYGPATH_W = echo
@@ -171,18 +171,18 @@
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
-LDFLAGS =
+LD = /usr/bin/ld
+LDFLAGS = -m64 -lstdc++
LFC_CFLAGS = -I/usr/local/include/lfc
-LFC_LIBS = -L/usr/local/lib -llfc -llfcxml
+LFC_LIBS = -L/usr/local/lib -llfcbase -llfcxml
LIBOBJS =
-LIBS = -lpthread -lncurses -lcurses -lreadline -llfcxml -llfc
+LIBS = -lpthread -lncurses -lcurses -lreadline -llfcxml -llfcbase
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIBTOOL_DEPS = ./ltmain.sh
LIPO = lipo
LN_S = ln -s
LTLIBOBJS =
-MAKEINFO = ${SHELL} /Users/lemke/work/cego-2.18.1/missing makeinfo
+MAKEINFO = ${SHELL} /Users/lemke/work/cego-2.18.2/missing makeinfo
MANIFEST_TOOL = :
MKDIR_P = ../.././install-sh -c -d
NM = /usr/bin/nm
@@ -191,27 +191,27 @@
OBJEXT = o
OTOOL = otool
OTOOL64 = :
-PACKAGE = full-package-name
-PACKAGE_BUGREPORT = BUG-REPORT-ADDRESS
-PACKAGE_NAME = FULL-PACKAGE-NAME
-PACKAGE_STRING = FULL-PACKAGE-NAME VERSION
-PACKAGE_TARNAME = full-package-name
+PACKAGE = cego
+PACKAGE_BUGREPORT = lemke@lemke-it.com
+PACKAGE_NAME = Cego
+PACKAGE_STRING = Cego 2.18.2
+PACKAGE_TARNAME = cego
PACKAGE_URL =
-PACKAGE_VERSION = VERSION
+PACKAGE_VERSION = 2.18.2
PATH_SEPARATOR = :
RANLIB = ranlib
SED = /usr/bin/sed
SET_MAKE =
SHELL = /bin/sh
STRIP = strip
-VERSION = VERSION
-abs_builddir = /Users/lemke/work/cego-2.18.1/samples/cgplustest
-abs_srcdir = /Users/lemke/work/cego-2.18.1/samples/cgplustest
-abs_top_builddir = /Users/lemke/work/cego-2.18.1
-abs_top_srcdir = /Users/lemke/work/cego-2.18.1
+VERSION = 2.18.2
+abs_builddir = /Users/lemke/work/cego-2.18.2/samples/cgplustest
+abs_srcdir = /Users/lemke/work/cego-2.18.2/samples/cgplustest
+abs_top_builddir = /Users/lemke/work/cego-2.18.2
+abs_top_srcdir = /Users/lemke/work/cego-2.18.2
ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
+ac_ct_CC = clang
+ac_ct_CXX =
ac_ct_DUMPBIN =
am__include = include
am__leading_dot = .
@@ -238,7 +238,7 @@
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
-install_sh = ${SHELL} /Users/lemke/work/cego-2.18.1/install-sh
+install_sh = ${SHELL} /Users/lemke/work/cego-2.18.2/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
|
[-]
[+]
|
Changed |
cego-2.18.2.tar.bz2/samples/cgwraptest/Makefile
^
|
@@ -32,10 +32,10 @@
esac; \
test $$am__dry = yes; \
}
-pkgdatadir = $(datadir)/full-package-name
-pkgincludedir = $(includedir)/full-package-name
-pkglibdir = $(libdir)/full-package-name
-pkglibexecdir = $(libexecdir)/full-package-name
+pkgdatadir = $(datadir)/cego
+pkgincludedir = $(includedir)/cego
+pkglibdir = $(libdir)/cego
+pkglibexecdir = $(libexecdir)/cego
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -136,21 +136,21 @@
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /Users/lemke/work/cego-2.18.1/missing aclocal-1.13
+ACLOCAL = ${SHELL} /Users/lemke/work/cego-2.18.2/missing aclocal-1.13
AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 1
AR = ar
-AUTOCONF = ${SHELL} /Users/lemke/work/cego-2.18.1/missing autoconf
-AUTOHEADER = ${SHELL} /Users/lemke/work/cego-2.18.1/missing autoheader
-AUTOMAKE = ${SHELL} /Users/lemke/work/cego-2.18.1/missing automake-1.13
+AUTOCONF = ${SHELL} /Users/lemke/work/cego-2.18.2/missing autoconf
+AUTOHEADER = ${SHELL} /Users/lemke/work/cego-2.18.2/missing autoheader
+AUTOMAKE = ${SHELL} /Users/lemke/work/cego-2.18.2/missing automake-1.13
AWK = awk
-CC = gcc
+CC = clang
CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
+CFLAGS = -O2 -m64
+CPP = clang -E
CPPFLAGS =
-CXX = g++
-CXXCPP = g++ -E
+CXX = clang
+CXXCPP = clang -E
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -g -O2
CYGPATH_W = echo
@@ -171,18 +171,18 @@
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
-LDFLAGS =
+LD = /usr/bin/ld
+LDFLAGS = -m64 -lstdc++
LFC_CFLAGS = -I/usr/local/include/lfc
-LFC_LIBS = -L/usr/local/lib -llfc -llfcxml
+LFC_LIBS = -L/usr/local/lib -llfcbase -llfcxml
LIBOBJS =
-LIBS = -lpthread -lncurses -lcurses -lreadline -llfcxml -llfc
+LIBS = -lpthread -lncurses -lcurses -lreadline -llfcxml -llfcbase
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIBTOOL_DEPS = ./ltmain.sh
LIPO = lipo
LN_S = ln -s
LTLIBOBJS =
-MAKEINFO = ${SHELL} /Users/lemke/work/cego-2.18.1/missing makeinfo
+MAKEINFO = ${SHELL} /Users/lemke/work/cego-2.18.2/missing makeinfo
MANIFEST_TOOL = :
MKDIR_P = ../.././install-sh -c -d
NM = /usr/bin/nm
@@ -191,27 +191,27 @@
OBJEXT = o
OTOOL = otool
OTOOL64 = :
-PACKAGE = full-package-name
-PACKAGE_BUGREPORT = BUG-REPORT-ADDRESS
-PACKAGE_NAME = FULL-PACKAGE-NAME
-PACKAGE_STRING = FULL-PACKAGE-NAME VERSION
-PACKAGE_TARNAME = full-package-name
+PACKAGE = cego
+PACKAGE_BUGREPORT = lemke@lemke-it.com
+PACKAGE_NAME = Cego
+PACKAGE_STRING = Cego 2.18.2
+PACKAGE_TARNAME = cego
PACKAGE_URL =
-PACKAGE_VERSION = VERSION
+PACKAGE_VERSION = 2.18.2
PATH_SEPARATOR = :
RANLIB = ranlib
SED = /usr/bin/sed
SET_MAKE =
SHELL = /bin/sh
STRIP = strip
-VERSION = VERSION
-abs_builddir = /Users/lemke/work/cego-2.18.1/samples/cgwraptest
-abs_srcdir = /Users/lemke/work/cego-2.18.1/samples/cgwraptest
-abs_top_builddir = /Users/lemke/work/cego-2.18.1
-abs_top_srcdir = /Users/lemke/work/cego-2.18.1
+VERSION = 2.18.2
+abs_builddir = /Users/lemke/work/cego-2.18.2/samples/cgwraptest
+abs_srcdir = /Users/lemke/work/cego-2.18.2/samples/cgwraptest
+abs_top_builddir = /Users/lemke/work/cego-2.18.2
+abs_top_srcdir = /Users/lemke/work/cego-2.18.2
ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
+ac_ct_CC = clang
+ac_ct_CXX =
ac_ct_DUMPBIN =
am__include = include
am__leading_dot = .
@@ -238,7 +238,7 @@
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
-install_sh = ${SHELL} /Users/lemke/work/cego-2.18.1/install-sh
+install_sh = ${SHELL} /Users/lemke/work/cego-2.18.2/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
|
[-]
[+]
|
Changed |
cego-2.18.2.tar.bz2/src/CegoDefs.h
^
|
@@ -35,12 +35,14 @@
//
///////////////////////////////////////////////////////////////////////////////
+#include <config.h>
+
#ifdef HAVE_MINGW32
#include <windows.h>
#endif
-#define CEGO_PRODUCT "Cego"
-#define CEGO_VERSION "2.18.1"
+#define CEGO_PRODUCT PACKAGE_NAME
+#define CEGO_VERSION PACKAGE_VERSION
#define CEGO_COPYRIGHT "Copyright (C) 2000-2013 by Bjoern Lemke. All rights reserved"
#define CGEXESHELLVARNAME "CGEXESHELL"
|
[-]
[+]
|
Changed |
cego-2.18.2.tar.bz2/src/Makefile.am
^
|
@@ -2,6 +2,8 @@
AM_LDFLAGS =
lib_LTLIBRARIES = libcego.la libcgwrap.la
+libcego_la_LDFLAGS = -version-info 1:0:0
+libcgwrap_la_LDFLAGS = -version-info 1:0:0
libcego_la_SOURCES = \
CegoAdm.cc CegoAdm.h \
|
[-]
[+]
|
Changed |
cego-2.18.2.tar.bz2/src/Makefile.in
^
|
@@ -142,9 +142,15 @@
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
am__v_lt_0 = --silent
am__v_lt_1 =
+libcego_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
+ $(CXXFLAGS) $(libcego_la_LDFLAGS) $(LDFLAGS) -o $@
libcgwrap_la_LIBADD =
am_libcgwrap_la_OBJECTS = cgwrap.lo
libcgwrap_la_OBJECTS = $(am_libcgwrap_la_OBJECTS)
+libcgwrap_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
+ $(CXXFLAGS) $(libcgwrap_la_LDFLAGS) $(LDFLAGS) -o $@
PROGRAMS = $(bin_PROGRAMS)
am_cego_OBJECTS = CegoMain.$(OBJEXT)
cego_OBJECTS = $(am_cego_OBJECTS)
@@ -371,6 +377,8 @@
AM_CPPFLAGS = $(LFC_CFLAGS)
AM_LDFLAGS =
lib_LTLIBRARIES = libcego.la libcgwrap.la
+libcego_la_LDFLAGS = -version-info 1:0:0
+libcgwrap_la_LDFLAGS = -version-info 1:0:0
libcego_la_SOURCES = \
CegoAdm.cc CegoAdm.h \
CegoAdmNet.cc CegoAdmNet.h \
@@ -592,9 +600,9 @@
rm -f $${locs}; \
}
libcego.la: $(libcego_la_OBJECTS) $(libcego_la_DEPENDENCIES) $(EXTRA_libcego_la_DEPENDENCIES)
- $(AM_V_CXXLD)$(CXXLINK) -rpath $(libdir) $(libcego_la_OBJECTS) $(libcego_la_LIBADD) $(LIBS)
+ $(AM_V_CXXLD)$(libcego_la_LINK) -rpath $(libdir) $(libcego_la_OBJECTS) $(libcego_la_LIBADD) $(LIBS)
libcgwrap.la: $(libcgwrap_la_OBJECTS) $(libcgwrap_la_DEPENDENCIES) $(EXTRA_libcgwrap_la_DEPENDENCIES)
- $(AM_V_CXXLD)$(CXXLINK) -rpath $(libdir) $(libcgwrap_la_OBJECTS) $(libcgwrap_la_LIBADD) $(LIBS)
+ $(AM_V_CXXLD)$(libcgwrap_la_LINK) -rpath $(libdir) $(libcgwrap_la_OBJECTS) $(libcgwrap_la_LIBADD) $(LIBS)
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
|