~cairo-dock-team/cairo-dock-plug-ins/experimental

« back to all changes in this revision

Viewing changes to stacks/config.status

  • Committer: fabounet
  • Date: 2008-04-21 21:15:55 UTC
  • Revision ID: svn-v4:620951bb-bb42-0410-82c3-830e739ed170:trunk/plug-ins:862
gnome-integration devient 'old'

Show diffs side-by-side

added added

removed removed

Lines of Context:
335
335
ac_cs_version="\
336
336
cd-stacks config.status 0.0.1
337
337
configured by ./configure, generated by GNU Autoconf 2.61,
338
 
  with options \"'--prefix=/usr'\"
 
338
  with options \"'--prefix=/usr' '--enable-glitz'\"
339
339
 
340
340
Copyright (C) 2006 Free Software Foundation, Inc.
341
341
This config.status script is free software; the Free Software Foundation
342
342
gives unlimited permission to copy, distribute and modify it."
343
343
 
344
 
ac_pwd='/home/changfu/Documents/Cairo-Dock/plug-ins/stacks'
 
344
ac_pwd='/opt/cairo-dock/trunk/plug-ins/stacks'
345
345
srcdir='.'
346
346
INSTALL='/usr/bin/install -c'
 
347
MKDIR_P='/bin/mkdir -p'
347
348
# If no file are specified by the user, then we need to provide default
348
349
# value.  By we need to know if files were specified by the user.
349
350
ac_need_defaults=:
409
410
fi
410
411
 
411
412
if $ac_cs_recheck; then
412
 
  echo "running CONFIG_SHELL=/bin/bash /bin/bash ./configure " '--prefix=/usr' $ac_configure_extra_args " --no-create --no-recursion" >&6
 
413
  echo "running CONFIG_SHELL=/bin/bash /bin/bash ./configure " '--prefix=/usr' '--enable-glitz' $ac_configure_extra_args " --no-create --no-recursion" >&6
413
414
  CONFIG_SHELL=/bin/bash
414
415
  export CONFIG_SHELL
415
 
  exec /bin/bash "./configure" '--prefix=/usr' $ac_configure_extra_args --no-create --no-recursion
 
416
  exec /bin/bash "./configure" '--prefix=/usr' '--enable-glitz' $ac_configure_extra_args --no-create --no-recursion
416
417
fi
417
418
 
418
419
exec 5>>config.log
546
547
s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g
547
548
s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g
548
549
s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g
 
550
s,@am__isrc@,|#_!!_#|,g
549
551
s,@CYGPATH_W@,|#_!!_#|echo,g
550
552
s,@PACKAGE@,|#_!!_#|cd-stacks,g
551
553
s,@VERSION@,|#_!!_#|0.0.1,g
552
 
s,@ACLOCAL@,|#_!!_#|${SHELL} /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/missing --run aclocal-1.9,g
553
 
s,@AUTOCONF@,|#_!!_#|${SHELL} /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/missing --run autoconf,g
554
 
s,@AUTOMAKE@,|#_!!_#|${SHELL} /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/missing --run automake-1.9,g
555
 
s,@AUTOHEADER@,|#_!!_#|${SHELL} /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/missing --run autoheader,g
556
 
s,@MAKEINFO@,|#_!!_#|${SHELL} /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/missing --run makeinfo,g
557
 
s,@install_sh@,|#_!!_#|/home/changfu/Documents/Cairo-Dock/plug-ins/stacks/install-sh,g
 
554
s,@ACLOCAL@,|#_!!_#|${SHELL} /opt/cairo-dock/trunk/plug-ins/stacks/missing --run aclocal-1.10,g
 
555
s,@AUTOCONF@,|#_!!_#|${SHELL} /opt/cairo-dock/trunk/plug-ins/stacks/missing --run autoconf,g
 
556
s,@AUTOMAKE@,|#_!!_#|${SHELL} /opt/cairo-dock/trunk/plug-ins/stacks/missing --run automake-1.10,g
 
557
s,@AUTOHEADER@,|#_!!_#|${SHELL} /opt/cairo-dock/trunk/plug-ins/stacks/missing --run autoheader,g
 
558
s,@MAKEINFO@,|#_!!_#|${SHELL} /opt/cairo-dock/trunk/plug-ins/stacks/missing --run makeinfo,g
 
559
s,@install_sh@,|#_!!_#|$(SHELL) /opt/cairo-dock/trunk/plug-ins/stacks/install-sh,g
558
560
s,@STRIP@,|#_!!_#|strip,g
559
 
s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|${SHELL} $(install_sh) -c -s,g
560
 
s,@mkdir_p@,|#_!!_#|mkdir -p --,g
561
 
s,@AWK@,|#_!!_#|gawk,g
 
561
s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|$(install_sh) -c -s,g
 
562
s,@mkdir_p@,|#_!!_#|/bin/mkdir -p,g
 
563
s,@AWK@,|#_!!_#|mawk,g
562
564
s,@SET_MAKE@,|#_!!_#|,g
563
565
s,@am__leading_dot@,|#_!!_#|.,g
564
 
s,@AMTAR@,|#_!!_#|${SHELL} /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/missing --run tar,g
 
566
s,@AMTAR@,|#_!!_#|${SHELL} /opt/cairo-dock/trunk/plug-ins/stacks/missing --run tar,g
565
567
s,@am__tar@,|#_!!_#|${AMTAR} chof - "$$tardir",g
566
568
s,@am__untar@,|#_!!_#|${AMTAR} xf -,g
567
569
s,@build@,|#_!!_#|i686-pc-linux-gnu,g
602
604
s,@CXXDEPMODE@,|#_!!_#|depmode=gcc3,g
603
605
s,@am__fastdepCXX_TRUE@,|#_!!_#|,g
604
606
s,@am__fastdepCXX_FALSE@,|#_!!_#|#,g
605
 
s,@CXXCPP@,|#_!!_#|g++ -E,g
606
607
CEOF
607
608
cat >"$tmp/subs-2.sed" <<\CEOF
608
609
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
609
 
s,@F77@,|#_!!_#|,g
610
 
s,@FFLAGS@,|#_!!_#|,g
611
 
s,@ac_ct_F77@,|#_!!_#|,g
 
610
s,@CXXCPP@,|#_!!_#|g++ -E,g
 
611
s,@F77@,|#_!!_#|g77,g
 
612
s,@FFLAGS@,|#_!!_#|-g -O2,g
 
613
s,@ac_ct_F77@,|#_!!_#|g77,g
612
614
s,@LIBTOOL@,|#_!!_#|$(SHELL) $(top_builddir)/libtool,g
613
615
s,@INTLTOOL_DESKTOP_RULE@,|#_!!_#|%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
614
616
s,@INTLTOOL_DIRECTORY_RULE@,|#_!!_#|%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
653
655
s,@GETTEXT_PACKAGE@,|#_!!_#|cd-stacks,g
654
656
s,@pkgdatadir@,|#_!!_#|/usr/share/cairo-dock/plug-in/stacks,g
655
657
s,@PKG_CONFIG@,|#_!!_#|/usr/bin/pkg-config,g
656
 
s,@PACKAGE_CFLAGS@,|#_!!_#|-pthread -I/usr/local/include/cairo -I/usr/local/include -I/usr/include/cairo-dock -I/usr/include/cairo-dock/cairo-dock -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2  ,g
657
 
s,@PACKAGE_LIBS@,|#_!!_#|-pthread -L/usr/local/lib -lgthread-2.0 -lrt -lglitz -ldbus-glib-1 -ldbus-1 -lxml2 -lgtk-x11-2.0 -lrsvg-2 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  ,g
 
658
s,@PACKAGE_CFLAGS@,|#_!!_#|-pthread -I/usr/include/cairo-dock -I/usr/include/cairo-dock/cairo-dock -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2  ,g
 
659
s,@PACKAGE_LIBS@,|#_!!_#|-pthread -lgthread-2.0 -lrt -lglitz -ldbus-glib-1 -ldbus-1 -lxml2 -lgtk-x11-2.0 -lrsvg-2 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  ,g
658
660
s,@LIBOBJS@,|#_!!_#|,g
659
661
s,@LTLIBOBJS@,|#_!!_#|,g
660
662
:end
833
835
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
834
836
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
835
837
  esac
 
838
  ac_MKDIR_P=$MKDIR_P
 
839
  case $MKDIR_P in
 
840
  [\\/$]* | ?:[\\/]* ) ;;
 
841
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
 
842
  esac
836
843
# If the template does not know about datarootdir, expand it.
837
844
# FIXME: This hack should be removed a few years after 2.60.
838
845
ac_datarootdir_hack=; ac_datarootdir_seen=
880
887
s&@abs_builddir@&$ac_abs_builddir&;t t
881
888
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
882
889
s&@INSTALL@&$ac_INSTALL&;t t
 
890
s&@MKDIR_P@&$ac_MKDIR_P&;t t
883
891
$ac_datarootdir_hack
884
892
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
885
893
 
1007
1015
  # some people rename them; so instead we look at the file content.
1008
1016
  # Grep'ing the first line is not enough: some people post-process
1009
1017
  # each Makefile.in and add a new line on top of each file to say so.
1010
 
  # So let's grep whole file.
1011
 
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
1018
  # Grep'ing the whole file is not good either: AIX grep has a line
 
1019
  # limit of 2048, but all sed's we know have understand at least 4000.
 
1020
  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
1012
1021
    dirpart=`$as_dirname -- "$mf" ||
1013
1022
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1014
1023
         X"$mf" : 'X\(//\)[^/]' \| \