]> Pileus Git - ~andy/gtk/commitdiff
Add AM_CONDITIONAL calls also in the non-x11 branch. Otherwise we get
authorTor Lillqvist <tml@iki.fi>
Sun, 8 Sep 2002 07:46:15 +0000 (07:46 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 8 Sep 2002 07:46:15 +0000 (07:46 +0000)
2002-09-08  Tor Lillqvist  <tml@iki.fi>

* configure.in: Add AM_CONDITIONAL calls also in the non-x11
branch. Otherwise we get "conditional \"$1\" was never defined.
Usually this means the macro was only invoked conditionally."
errors when running configure if using automake 1.6a. Yeah, I know
that autogen.sh says to use automake 1.4, but on Win32 I more or
less have to use the bleeding edge. I think.

Fix an earlier ChangeLog entry to include the file name:

2002-08-31  Tor Lillqvist  <tml@iki.fi>

* gtk/gtkfilesel.c: Include <sys/cygwin.h on Cygwin, for

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 3720d648fd52827a9ef245ef6c902134036bd21d..16a2c36b2114deb9d780c26832c575b6f3148637 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-09-08  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Add AM_CONDITIONAL calls also in the non-x11
+       branch. Otherwise we get "conditional \"$1\" was never defined.
+       Usually this means the macro was only invoked conditionally."
+       errors when running configure if using automake 1.6a. Yeah, I know
+       that autogen.sh says to use automake 1.4, but on Win32 I more or
+       less have to use the bleeding edge. I think.
+
 Sat Sep  7 21:24:55 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtktoolbar.c (get_button_relief): call
@@ -81,11 +90,12 @@ Fri Sep  6 12:41:16 2002  Owen Taylor  <otaylor@redhat.com>
        is implemented (in GLib) only on native Win32. (#91683, Masahiro
        Sakai)
 
-       * Include <sys/cygwin.h on Cygwin, for cygwin_conv_to_posix_path().
+       * gtk/gtkfilesel.c: Include <sys/cygwin.h on Cygwin, for
+       cygwin_conv_to_posix_path().
        (translate_win32_path, get_real_filename): Use
        cygwin_conv_to_posix_path().
        (gtk_file_selection_dir_activate): Call get_real_filename() here,
-       too. (#91843, Masahiro Sakai) 
+       too. (#91843, Masahiro Sakai)
 
 2002-08-26  Tor Lillqvist  <tml@iki.fi>
 
index 3720d648fd52827a9ef245ef6c902134036bd21d..16a2c36b2114deb9d780c26832c575b6f3148637 100644 (file)
@@ -1,3 +1,12 @@
+2002-09-08  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Add AM_CONDITIONAL calls also in the non-x11
+       branch. Otherwise we get "conditional \"$1\" was never defined.
+       Usually this means the macro was only invoked conditionally."
+       errors when running configure if using automake 1.6a. Yeah, I know
+       that autogen.sh says to use automake 1.4, but on Win32 I more or
+       less have to use the bleeding edge. I think.
+
 Sat Sep  7 21:24:55 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtktoolbar.c (get_button_relief): call
@@ -81,11 +90,12 @@ Fri Sep  6 12:41:16 2002  Owen Taylor  <otaylor@redhat.com>
        is implemented (in GLib) only on native Win32. (#91683, Masahiro
        Sakai)
 
-       * Include <sys/cygwin.h on Cygwin, for cygwin_conv_to_posix_path().
+       * gtk/gtkfilesel.c: Include <sys/cygwin.h on Cygwin, for
+       cygwin_conv_to_posix_path().
        (translate_win32_path, get_real_filename): Use
        cygwin_conv_to_posix_path().
        (gtk_file_selection_dir_activate): Call get_real_filename() here,
-       too. (#91843, Masahiro Sakai) 
+       too. (#91843, Masahiro Sakai)
 
 2002-08-26  Tor Lillqvist  <tml@iki.fi>
 
index 3720d648fd52827a9ef245ef6c902134036bd21d..16a2c36b2114deb9d780c26832c575b6f3148637 100644 (file)
@@ -1,3 +1,12 @@
+2002-09-08  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Add AM_CONDITIONAL calls also in the non-x11
+       branch. Otherwise we get "conditional \"$1\" was never defined.
+       Usually this means the macro was only invoked conditionally."
+       errors when running configure if using automake 1.6a. Yeah, I know
+       that autogen.sh says to use automake 1.4, but on Win32 I more or
+       less have to use the bleeding edge. I think.
+
 Sat Sep  7 21:24:55 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtktoolbar.c (get_button_relief): call
@@ -81,11 +90,12 @@ Fri Sep  6 12:41:16 2002  Owen Taylor  <otaylor@redhat.com>
        is implemented (in GLib) only on native Win32. (#91683, Masahiro
        Sakai)
 
-       * Include <sys/cygwin.h on Cygwin, for cygwin_conv_to_posix_path().
+       * gtk/gtkfilesel.c: Include <sys/cygwin.h on Cygwin, for
+       cygwin_conv_to_posix_path().
        (translate_win32_path, get_real_filename): Use
        cygwin_conv_to_posix_path().
        (gtk_file_selection_dir_activate): Call get_real_filename() here,
-       too. (#91843, Masahiro Sakai) 
+       too. (#91843, Masahiro Sakai)
 
 2002-08-26  Tor Lillqvist  <tml@iki.fi>
 
index 3720d648fd52827a9ef245ef6c902134036bd21d..16a2c36b2114deb9d780c26832c575b6f3148637 100644 (file)
@@ -1,3 +1,12 @@
+2002-09-08  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Add AM_CONDITIONAL calls also in the non-x11
+       branch. Otherwise we get "conditional \"$1\" was never defined.
+       Usually this means the macro was only invoked conditionally."
+       errors when running configure if using automake 1.6a. Yeah, I know
+       that autogen.sh says to use automake 1.4, but on Win32 I more or
+       less have to use the bleeding edge. I think.
+
 Sat Sep  7 21:24:55 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtktoolbar.c (get_button_relief): call
@@ -81,11 +90,12 @@ Fri Sep  6 12:41:16 2002  Owen Taylor  <otaylor@redhat.com>
        is implemented (in GLib) only on native Win32. (#91683, Masahiro
        Sakai)
 
-       * Include <sys/cygwin.h on Cygwin, for cygwin_conv_to_posix_path().
+       * gtk/gtkfilesel.c: Include <sys/cygwin.h on Cygwin, for
+       cygwin_conv_to_posix_path().
        (translate_win32_path, get_real_filename): Use
        cygwin_conv_to_posix_path().
        (gtk_file_selection_dir_activate): Call get_real_filename() here,
-       too. (#91843, Masahiro Sakai) 
+       too. (#91843, Masahiro Sakai)
 
 2002-08-26  Tor Lillqvist  <tml@iki.fi>
 
index 3720d648fd52827a9ef245ef6c902134036bd21d..16a2c36b2114deb9d780c26832c575b6f3148637 100644 (file)
@@ -1,3 +1,12 @@
+2002-09-08  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Add AM_CONDITIONAL calls also in the non-x11
+       branch. Otherwise we get "conditional \"$1\" was never defined.
+       Usually this means the macro was only invoked conditionally."
+       errors when running configure if using automake 1.6a. Yeah, I know
+       that autogen.sh says to use automake 1.4, but on Win32 I more or
+       less have to use the bleeding edge. I think.
+
 Sat Sep  7 21:24:55 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtktoolbar.c (get_button_relief): call
@@ -81,11 +90,12 @@ Fri Sep  6 12:41:16 2002  Owen Taylor  <otaylor@redhat.com>
        is implemented (in GLib) only on native Win32. (#91683, Masahiro
        Sakai)
 
-       * Include <sys/cygwin.h on Cygwin, for cygwin_conv_to_posix_path().
+       * gtk/gtkfilesel.c: Include <sys/cygwin.h on Cygwin, for
+       cygwin_conv_to_posix_path().
        (translate_win32_path, get_real_filename): Use
        cygwin_conv_to_posix_path().
        (gtk_file_selection_dir_activate): Call get_real_filename() here,
-       too. (#91843, Masahiro Sakai) 
+       too. (#91843, Masahiro Sakai)
 
 2002-08-26  Tor Lillqvist  <tml@iki.fi>
 
index 3720d648fd52827a9ef245ef6c902134036bd21d..16a2c36b2114deb9d780c26832c575b6f3148637 100644 (file)
@@ -1,3 +1,12 @@
+2002-09-08  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Add AM_CONDITIONAL calls also in the non-x11
+       branch. Otherwise we get "conditional \"$1\" was never defined.
+       Usually this means the macro was only invoked conditionally."
+       errors when running configure if using automake 1.6a. Yeah, I know
+       that autogen.sh says to use automake 1.4, but on Win32 I more or
+       less have to use the bleeding edge. I think.
+
 Sat Sep  7 21:24:55 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtktoolbar.c (get_button_relief): call
@@ -81,11 +90,12 @@ Fri Sep  6 12:41:16 2002  Owen Taylor  <otaylor@redhat.com>
        is implemented (in GLib) only on native Win32. (#91683, Masahiro
        Sakai)
 
-       * Include <sys/cygwin.h on Cygwin, for cygwin_conv_to_posix_path().
+       * gtk/gtkfilesel.c: Include <sys/cygwin.h on Cygwin, for
+       cygwin_conv_to_posix_path().
        (translate_win32_path, get_real_filename): Use
        cygwin_conv_to_posix_path().
        (gtk_file_selection_dir_activate): Call get_real_filename() here,
-       too. (#91843, Masahiro Sakai) 
+       too. (#91843, Masahiro Sakai)
 
 2002-08-26  Tor Lillqvist  <tml@iki.fi>
 
index 10739730cbce386a5c49113fcca974395ae71e4c..e92cf4e87013000f1587c31bebb87b78203d375d 100644 (file)
@@ -1188,6 +1188,8 @@ if test "x$gdktarget" = "xx11"; then
 
   AM_CONDITIONAL(USE_X11, true)
 else
+  AM_CONDITIONAL(HAVE_XFT, false)
+  AM_CONDITIONAL(XINPUT_XFREE, false)
   AM_CONDITIONAL(USE_X11, false)
 fi