Author: benny
Date: 2006-11-06 19:10:39 +0000 (Mon, 06 Nov 2006)
New Revision: 23763

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/configure.in.in
   thunar/trunk/thunar/Makefile.am
Log:
2006-11-06      Benedikt Meurer <[EMAIL PROTECTED]>

        * configure.in.in, thunar/Makefile.am: Fix installation on case
          insensitive file systems. Bug #2521.




Modified: thunar/trunk/ChangeLog
===================================================================
--- thunar/trunk/ChangeLog      2006-11-06 19:09:43 UTC (rev 23762)
+++ thunar/trunk/ChangeLog      2006-11-06 19:10:39 UTC (rev 23763)
@@ -1,5 +1,10 @@
 2006-11-06     Benedikt Meurer <[EMAIL PROTECTED]>
 
+       * configure.in.in, thunar/Makefile.am: Fix installation on case
+         insensitive file systems. Bug #2521.
+
+2006-11-06     Benedikt Meurer <[EMAIL PROTECTED]>
+
        * thunar/thunar-path-entry.c(thunar_path_entry_changed): Changing the
          model currently in used by a GtkEntryCompletion is very slow with
          recent GTK+ versions. Therefore we disconnect the model first when

Modified: thunar/trunk/configure.in.in
===================================================================
--- thunar/trunk/configure.in.in        2006-11-06 19:09:43 UTC (rev 23762)
+++ thunar/trunk/configure.in.in        2006-11-06 19:10:39 UTC (rev 23763)
@@ -50,21 +50,6 @@
 AC_MINIX()
 
 dnl ********************************
-dnl *** Check for Win32 variants ***
-dnl ********************************
-AC_MSG_CHECKING([if building for some Win32 platform])
-case "$host" in
-*-*-mingw*|*-*-cygwin*)
-  ac_bm_platform_win32=yes
-  ;;
-*)
-  ac_bm_platform_win32=no
-  ;;
-esac
-AC_MSG_RESULT([$ac_bm_platform_win32])
-AM_CONDITIONAL([PLATFORM_WIN32], [test x"$ac_bm_platform_win32" = x"yes"])
-
-dnl ********************************
 dnl *** Check for basic programs ***
 dnl ********************************
 AC_PROG_CC()

Modified: thunar/trunk/thunar/Makefile.am
===================================================================
--- thunar/trunk/thunar/Makefile.am     2006-11-06 19:09:43 UTC (rev 23762)
+++ thunar/trunk/thunar/Makefile.am     2006-11-06 19:10:39 UTC (rev 23763)
@@ -230,12 +230,10 @@
        $(DBUS_LIBS)
 endif
 
-if !PLATFORM_WIN32
 # install symlink to 'thunar'
 install-data-local:
        $(mkinstalldirs) $(DESTDIR)$(bindir)
-       ( cd $(DESTDIR)$(bindir) ; ln -sf Thunar thunar )
-endif
+       -( cd $(DESTDIR)$(bindir) ; ln -sf Thunar thunar )
 
 clean-local:
        rm -f *.core core core.*

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to