head	1.6;
access;
symbols
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.1.1.1
	v0_3_2:1.1.1.1
	JIM:1.1.1;
locks; strict;
comment	@# @;


1.6
date	2001.12.11.09.45.55;	author jim;	state dead;
branches;
next	1.5;

1.5
date	2000.12.24.21.49.14;	author jim;	state Exp;
branches;
next	1.4;

1.4
date	2000.03.19.00.53.56;	author jim;	state Exp;
branches;
next	1.3;

1.3
date	2000.01.15.02.38.03;	author jim;	state Exp;
branches;
next	1.2;

1.2
date	99.11.29.21.03.33;	author jim;	state Exp;
branches;
next	1.1;

1.1
date	99.07.27.04.12.45;	author foxfair;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.07.27.04.12.45;	author foxfair;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Update to version 0.7.
@
text
@--- configure.orig	Sun Dec 24 16:31:57 2000
+++ configure	Sun Dec 24 16:32:49 2000
@@@@ -3093,8 +3093,8 @@@@
 
 fi
 
-LIBS="$LIBS `gtk-config --libs`"
-CFLAGS="$CFLAGS `gtk-config --cflags`"
+LIBS="$LIBS `${GTK_CONFIG} --libs`"
+CFLAGS="$CFLAGS `${GTK_CONFIG} --cflags`"
 
 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
 if test "${with_gtk_prefix+set}" = set; then
@@@@ -3133,18 +3133,18 @@@@
   if test x$gtk_config_exec_prefix != x ; then
      gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
      if test x${GTK_CONFIG+set} != xset ; then
-        GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
+        GTK_CONFIG=$gtk_config_exec_prefix/bin/${GTK_CONFIG}
      fi
   fi
   if test x$gtk_config_prefix != x ; then
      gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
      if test x${GTK_CONFIG+set} != xset ; then
-        GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
+        GTK_CONFIG=$gtk_config_prefix/bin/${GTK_CONFIG}
      fi
   fi
 
-  # Extract the first word of "gtk-config", so it can be a program name with args.
-set dummy gtk-config; ac_word=$2
+  # Extract the first word of "${GTK_CONFIG}", so it can be a program name with args.
+set dummy ${GTK_CONFIG}; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:3150: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
@@@@ -3230,16 +3230,16 @@@@
       (gtk_minor_version != $gtk_config_minor_version) ||
       (gtk_micro_version != $gtk_config_micro_version))
     {
-      printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", 
+      printf("\n*** '${GTK_CONFIG} --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", 
              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
              gtk_major_version, gtk_minor_version, gtk_micro_version);
-      printf ("*** was found! If gtk-config was correct, then it is best\n");
+      printf ("*** was found! If ${GTK_CONFIG} was correct, then it is best\n");
       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
       printf("*** required on your system.\n");
-      printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
-      printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
+      printf("*** If ${GTK_CONFIG} was wrong, set the environment variable GTK_CONFIG\n");
+      printf("*** to point to the correct copy of ${GTK_CONFIG}, and remove the file config.cache\n");
       printf("*** before re-running configure\n");
     } 
 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
@@@@ -3270,10 +3270,10 @@@@
         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
         printf("***\n");
         printf("*** If you have already installed a sufficiently new version, this error\n");
-        printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
+        printf("*** probably means that the wrong copy of the ${GTK_CONFIG} shell script is\n");
         printf("*** being found. The easiest way to fix this is to remove the old version\n");
         printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
-        printf("*** correct copy of gtk-config. (In this case, you will have to\n");
+        printf("*** correct copy of ${GTK_CONFIG}. (In this case, you will have to\n");
         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
         printf("*** so that the correct libraries are found at run-time))\n");
       }
@@@@ -3304,10 +3304,10 @@@@
   else
      echo "$ac_t""no" 1>&6
      if test "$GTK_CONFIG" = "no" ; then
-       echo "*** The gtk-config script installed by GTK could not be found"
+       echo "*** The ${GTK_CONFIG} script installed by GTK could not be found"
        echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
        echo "*** your path, or set the GTK_CONFIG environment variable to the"
-       echo "*** full path to gtk-config."
+       echo "*** full path to ${GTK_CONFIG}."
      else
        if test -f conf.gtktest ; then
         :
@@@@ -3349,7 +3349,7 @@@@
    echo "*** The test program failed to compile or link. See the file config.log for the"
           echo "*** exact error that occured. This usually means GTK was incorrectly installed"
           echo "*** or that you have moved GTK since it was installed. In the latter case, you"
-          echo "*** may want to edit the gtk-config script: $GTK_CONFIG" 
+          echo "*** may want to edit the ${GTK_CONFIG} script: $GTK_CONFIG" 
 fi
 rm -f conftest*
           CFLAGS="$ac_save_CFLAGS"
@


1.5
log
@Update to 0.6
@
text
@@


1.4
log
@Update to version 0.3.6.
@
text
@d1 4
a4 4
--- configure.orig	Wed Mar 15 22:51:32 2000
+++ configure	Wed Mar 15 22:53:38 2000
@@@@ -946,8 +946,8 @@@@
   x_includes="/usr/include"
d14 1
a14 1
@@@@ -977,18 +977,18 @@@@
d35 1
a35 1
 echo "configure:994: checking for $ac_word" >&5
d37 35
a71 1
@@@@ -1124,10 +1124,10 @@@@
d74 19
a92 19
 #     if test "$GTK_CONFIG" = "no" ; then
-#       echo "*** The gtk-config script installed by GTK could not be found"
+#       echo "*** The ${GTK_CONFIG} script installed by GTK could not be found"
 #       echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
 #       echo "*** your path, or set the GTK_CONFIG environment variable to the"
-#       echo "*** full path to gtk-config."
+#       echo "*** full path to ${GTK_CONFIG}."
 #     else
 #       if test -f conf.gtktest ; then
 #        :
@@@@ -1156,7 +1156,7 @@@@
 #        [ echo "*** The test program failed to compile or link. See the file config.log for the"
 #          echo "*** exact error that occured. This usually means GTK was incorrectly installed"
 #          echo "*** or that you have moved GTK since it was installed. In the latter case, you"
-#          echo "*** may want to edit the gtk-config script: $GTK_CONFIG" ])
+#          echo "*** may want to edit the ${GTK_CONFIG} script: $GTK_CONFIG" ])
 #          CFLAGS="$ac_save_CFLAGS"
 #          LIBS="$ac_save_LIBS"
 #       fi
@


1.3
log
@Update to version 0.3.5
@
text
@d1 3
a3 3
--- configure.orig	Fri Jan 14 18:21:58 2000
+++ configure	Fri Jan 14 18:22:59 2000
@@@@ -944,8 +944,8 @@@@
d8 1
a8 1
-CFLAGS="$CFLAGS `gtk-config --cflags` -Wall"
d10 1
a10 1
+CFLAGS="$CFLAGS `${GTK_CONFIG} --cflags` -Wall"
d14 1
a14 1
@@@@ -975,18 +975,18 @@@@
d35 1
a35 1
 echo "configure:992: checking for $ac_word" >&5
d37 1
a37 1
@@@@ -1122,10 +1122,10 @@@@
d50 1
a50 1
@@@@ -1154,7 +1154,7 @@@@
@


1.2
log
@Update to version 0.3.4.

Submitted by:	Clive Lin <clive@@CirX.ORG>
@
text
@d1 3
a3 3
--- configure.orig	Sat Nov 27 22:05:06 1999
+++ configure	Sat Nov 27 22:07:13 1999
@@@@ -906,8 +906,8 @@@@
d14 1
a14 1
@@@@ -937,18 +937,18 @@@@
d35 1
a35 1
 echo "configure:954: checking for $ac_word" >&5
d37 1
a37 1
@@@@ -1084,10 +1084,10 @@@@
d50 1
a50 1
@@@@ -1116,7 +1116,7 @@@@
a58 9
@@@@ -1135,7 +1135,7 @@@@
 fi
 
 echo -n "checking where to put bluefish library files... "
-install_location=/usr/local/lib/bluefish
+install_location=/usr/X11R6/lib/bluefish
 # Check whether --with-install-location or --without-install-location was given.
 if test "${with_install_location+set}" = set; then
   withval="$with_install_location"
@


1.1
log
@Initial revision
@
text
@d1 3
a3 3
--- configure.orig     Tue Jul  6 16:57:38 1999
+++ configure  Sun Jul 25 09:46:50 1999
@@@@ -841,8 +841,8 @@@@
d6 6
a11 6

-LIBS=`gtk-config --libs`
-CFLAGS=`gtk-config --cflags`
+LIBS=`${GTK_CONFIG} --libs`
+CFLAGS=`${GTK_CONFIG} --cflags`

d14 1
a14 1
@@@@ -872,18 +872,18 @@@@
d29 1
a29 1

d35 1
a35 1
 echo "configure:889: checking for $ac_word" >&5
d37 1
a37 1
@@@@ -1019,10 +1019,10 @@@@
d50 1
a50 1
@@@@ -1051,7 +1051,7 @@@@
d59 1
a59 1
@@@@ -1070,7 +1070,7 @@@@
d61 1
a61 1

@


1.1.1.1
log
@PR:			12799
Submitted by:		Jim Mock <jim@@blues.ghis.net>

New port of bluefish, which is an HTML editor that uses gtk.  Future
versions will possibly include gnome support and it will be added to the
Makefile if/when it happens.

Bluefish is an advanced HTML editor that contains functionality for
PHP, SSI, and RXML.  It is designed for the experienced web designer.

WWW:   http://bluefish.linuxbox.com/
@
text
@@
