Codebase list sugar-artwork / 7f3ef1a
New upstream version 0.120 Jonas Smedegaard 1 year, 3 months ago
5 changed file(s) with 25 addition(s) and 39 deletion(s). Raw diff Collapse all Expand all
158158 CSCOPE = cscope
159159 DIST_SUBDIRS = cursor icons gtk3 gtk
160160 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
161 NEWS compile config.guess config.sub install-sh ltmain.sh \
162 missing
161 NEWS compile config.guess config.sub depcomp install-sh \
162 ltmain.sh missing
163163 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
164164 distdir = $(PACKAGE)-$(VERSION)
165165 top_distdir = $(distdir)
10541054 _LT_EOF
10551055 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
10561056 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
1057 echo "$AR cr libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
1058 $AR cr libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
1057 echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
1058 $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
10591059 echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
10601060 $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
10611061 cat > conftest.c << _LT_EOF
15051505 m4_defun([_LT_PROG_AR],
15061506 [AC_CHECK_TOOLS(AR, [ar], false)
15071507 : ${AR=ar}
1508 : ${AR_FLAGS=cr}
1508 : ${AR_FLAGS=cru}
15091509 _LT_DECL([], [AR], [1], [The archiver])
15101510 _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])
15111511
47174717 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
47184718 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
47194719 ;;
4720 # flang / f18. f95 an alias for gfortran or flang on Debian
4721 flang* | f18* | f95*)
4722 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4723 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4724 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4725 ;;
47264720 # icc used to be incompatible with GCC.
47274721 # ICC 10 doesn't accept -KPIC any more.
47284722 icc* | ifort*)
90749068 m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
90759069
90769070 dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
9077 dnl serial 11 (pkg-config-0.29.1)
9071 dnl serial 11 (pkg-config-0.29)
90789072 dnl
90799073 dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
90809074 dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
91169110 dnl See the "Since" comment for each macro you use to see what version
91179111 dnl of the macros you require.
91189112 m4_defun([PKG_PREREQ],
9119 [m4_define([PKG_MACROS_VERSION], [0.29.1])
9113 [m4_define([PKG_MACROS_VERSION], [0.29])
91209114 m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
91219115 [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
91229116 ])dnl PKG_PREREQ
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for sugar-artwork 0.119.
2 # Generated by GNU Autoconf 2.69 for sugar-artwork 0.120.
33 #
44 #
55 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
586586 # Identity of this package.
587587 PACKAGE_NAME='sugar-artwork'
588588 PACKAGE_TARNAME='sugar-artwork'
589 PACKAGE_VERSION='0.119'
590 PACKAGE_STRING='sugar-artwork 0.119'
589 PACKAGE_VERSION='0.120'
590 PACKAGE_STRING='sugar-artwork 0.120'
591591 PACKAGE_BUGREPORT=''
592592 PACKAGE_URL=''
593593
13621362 # Omit some internal or obsolete options to make the list less imposing.
13631363 # This message is too long to be a string in the A/UX 3.1 sh.
13641364 cat <<_ACEOF
1365 \`configure' configures sugar-artwork 0.119 to adapt to many kinds of systems.
1365 \`configure' configures sugar-artwork 0.120 to adapt to many kinds of systems.
13661366
13671367 Usage: $0 [OPTION]... [VAR=VALUE]...
13681368
14331433
14341434 if test -n "$ac_init_help"; then
14351435 case $ac_init_help in
1436 short | recursive ) echo "Configuration of sugar-artwork 0.119:";;
1436 short | recursive ) echo "Configuration of sugar-artwork 0.120:";;
14371437 esac
14381438 cat <<\_ACEOF
14391439
15641564 test -n "$ac_init_help" && exit $ac_status
15651565 if $ac_init_version; then
15661566 cat <<\_ACEOF
1567 sugar-artwork configure 0.119
1567 sugar-artwork configure 0.120
15681568 generated by GNU Autoconf 2.69
15691569
15701570 Copyright (C) 2012 Free Software Foundation, Inc.
18421842 This file contains any messages produced by compilers while
18431843 running configure, to aid debugging if configure makes a mistake.
18441844
1845 It was created by sugar-artwork $as_me 0.119, which was
1845 It was created by sugar-artwork $as_me 0.120, which was
18461846 generated by GNU Autoconf 2.69. Invocation command line was
18471847
18481848 $ $0 $@
27092709
27102710 # Define the identity of the package.
27112711 PACKAGE='sugar-artwork'
2712 VERSION='0.119'
2712 VERSION='0.120'
27132713
27142714
27152715 cat >>confdefs.h <<_ACEOF
59405940 fi
59415941
59425942 : ${AR=ar}
5943 : ${AR_FLAGS=cr}
5943 : ${AR_FLAGS=cru}
59445944
59455945
59465946
76617661 _LT_EOF
76627662 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
76637663 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7664 echo "$AR cr libconftest.a conftest.o" >&5
7665 $AR cr libconftest.a conftest.o 2>&5
7664 echo "$AR cru libconftest.a conftest.o" >&5
7665 $AR cru libconftest.a conftest.o 2>&5
76667666 echo "$RANLIB libconftest.a" >&5
76677667 $RANLIB libconftest.a 2>&5
76687668 cat > conftest.c << _LT_EOF
85058505 ecc*)
85068506 lt_prog_compiler_wl='-Wl,'
85078507 lt_prog_compiler_pic='-KPIC'
8508 lt_prog_compiler_static='-static'
8509 ;;
8510 # flang / f18. f95 an alias for gfortran or flang on Debian
8511 flang* | f18* | f95*)
8512 lt_prog_compiler_wl='-Wl,'
8513 lt_prog_compiler_pic='-fPIC'
85148508 lt_prog_compiler_static='-static'
85158509 ;;
85168510 # icc used to be incompatible with GCC.
1325613250 # report actual input values of CONFIG_FILES etc. instead of their
1325713251 # values after options handling.
1325813252 ac_log="
13259 This file was extended by sugar-artwork $as_me 0.119, which was
13253 This file was extended by sugar-artwork $as_me 0.120, which was
1326013254 generated by GNU Autoconf 2.69. Invocation command line was
1326113255
1326213256 CONFIG_FILES = $CONFIG_FILES
1332213316 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1332313317 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1332413318 ac_cs_version="\\
13325 sugar-artwork config.status 0.119
13319 sugar-artwork config.status 0.120
1332613320 configured by $0, generated by GNU Autoconf 2.69,
1332713321 with options \\"\$ac_cs_config\\"
1332813322
00 AC_PREREQ(2.53)
11
2 AC_INIT([sugar-artwork],[0.119],[],[sugar-artwork])
2 AC_INIT([sugar-artwork],[0.120],[],[sugar-artwork])
33
44 AM_CONFIG_HEADER(config.h)
55
3030
3131 PROGRAM=libtool
3232 PACKAGE=libtool
33 VERSION="2.4.6 Debian-2.4.6-14"
33 VERSION="2.4.6 Debian-2.4.6-9"
3434 package_revision=2.4.6
3535
3636
386386 # putting '$debug_cmd' at the start of all your functions, you can get
387387 # bash to show function call trace with:
388388 #
389 # debug_cmd='echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
389 # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
390390 debug_cmd=${debug_cmd-":"}
391391 exit_cmd=:
392392
21402140 compiler: $LTCC
21412141 compiler flags: $LTCFLAGS
21422142 linker: $LD (gnu? $with_gnu_ld)
2143 version: $progname $scriptversion Debian-2.4.6-14
2143 version: $progname $scriptversion Debian-2.4.6-9
21442144 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
21452145 autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q`
21462146
73677367 # -stdlib=* select c++ std lib with clang
73687368 # -fsanitize=* Clang/GCC memory and address sanitizer
73697369 # -fuse-ld=* Linker select flags for GCC
7370 # -static-* direct GCC to link specific libraries statically
7371 # -fcilkplus Cilk Plus language extension features for C/C++
73727370 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
73737371 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
73747372 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
7375 -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus)
7373 -specs=*|-fsanitize=*|-fuse-ld=*)
73767374 func_quote_for_eval "$arg"
73777375 arg=$func_quote_for_eval_result
73787376 func_append compile_command " $arg"