]> git.pld-linux.org Git - packages/aumix-gtk.git/blame - aumix-ac250.patch
- fixed for 2.8
[packages/aumix-gtk.git] / aumix-ac250.patch
CommitLineData
aa2bb84e 1Only in aumix-2.8.orig: ABOUT-NLS
2Only in aumix-2.8.orig: acconfig.h
3Only in aumix-2.8.orig: acinclude.m4
4Only in aumix-2.8.orig: aclocal.m4
5Only in aumix-2.8.orig: AUTHORS
6Only in aumix-2.8.orig: BUGS
7Only in aumix-2.8.orig: ChangeLog
8Only in aumix-2.8.orig: config.h.in
9Only in aumix-2.8.orig: configure
10diff -ur aumix-2.8.orig/configure.in aumix-2.8/configure.in
11--- aumix-2.8.orig/configure.in 2002-11-25 02:04:16.000000000 +0100
12+++ aumix-2.8/configure.in 2004-07-12 19:29:45.135190696 +0200
13@@ -61,30 +61,30 @@
14 [Define this if your ncurses library contains the use_default_colors
15 routine and your terminal can use transparent colors.])])
16 AC_CACHE_CHECK([for private member _use_keypad in WINDOW],
84b07f3c 17- aumix_cv_struct_window_usekeypad,
84b07f3c
AF
18+ [aumix_cv_struct_window_usekeypad],
19 [AC_TRY_COMPILE([#ifdef HAVE_NCURSES_H
20 #include <ncurses.h>
21 #else
22 #include <curses.h>
23-#endif], [WINDOW w; w._use_keypad;],
24- aumix_cv_struct_window_usekeypad=yes, aumix_cv_struct_window_usekeypad=no)])
25+#endif
26+], [WINDOW w; w._use_keypad;],
aa2bb84e 27+ [aumix_cv_struct_window_usekeypad=yes],[ aumix_cv_struct_window_usekeypad=no])])
84b07f3c 28 if test $aumix_cv_struct_window_usekeypad = yes; then
aa2bb84e 29 AC_DEFINE(HAVE_USEKEYPAD, 1,
30 [Define this if your ncurses library has the member _use_keypad
31 in structure WINDOW.])
84b07f3c
AF
32 fi
33 fi
34- AC_ARG_WITH(gpm,
aa2bb84e 35- [ --without-gpm Compile only without GPM support],
84b07f3c 36- AC_MSG_RESULT([Compiling without GPM support]),
aa2bb84e 37+])
38+ AC_ARG_WITH(gpm,[ --without-gpm Compile only without GPM support],[
84b07f3c
AF
39+ AC_MSG_RESULT([Compiling without GPM support])],[
40 dnl Checks for GPM library.
41 AC_CHECK_LIB(gpm, Gpm_Repeat)
42- )
43- AC_ARG_WITH(sysmouse,
aa2bb84e 44- [ --without-sysmouse Compile only without sysmouse support],
84b07f3c
AF
45- AC_MSG_RESULT([Compiling without sysmouse support]),
46+ ])
aa2bb84e 47+ AC_ARG_WITH(sysmouse,[ --without-sysmouse Compile only without sysmouse support],[
84b07f3c
AF
48+ AC_MSG_RESULT([Compiling without sysmouse support])],
49 dnl Checks for sysmouse availability.
aa2bb84e 50- AC_CHECK_HEADERS(sys/consio.h machine/console.h, break)
51+ dnl AC_CHECK_HEADERS([sys/consio.h machine/console.h], [break])
52 AC_CACHE_CHECK([for CONS_MOUSECTL],
53 aumix_cv_cons_mousectl,
84b07f3c 54 [AC_EGREP_CPP([A mouse is a mouse is a mouse],
aa2bb84e 55@@ -96,14 +96,15 @@
56 #endif
84b07f3c
AF
57 #ifdef CONS_MOUSECTL
58 A mouse is a mouse is a mouse
84b07f3c
AF
59-#endif], aumix_cv_cons_mousectl=yes, aumix_cv_cons_mousectl=no)])
60+#endif
61+],[ aumix_cv_cons_mousectl=yes],[ aumix_cv_cons_mousectl=no])])
62 if test $aumix_cv_cons_mousectl = yes; then
aa2bb84e 63 AC_DEFINE(HAVE_SYSMOUSE, 1,
64 [Define this if you have sysmouse console mouse support and
65 want to use it.])
84b07f3c
AF
66 fi
67 )
aa2bb84e 68-])
84b07f3c
AF
69+
70 AM_CONDITIONAL(CURSES, test "x$CURSLIB" != "x")
71 AC_SUBST(CURSLIB)
72
aa2bb84e 73Only in aumix-2.8.orig: COPYING
74Only in aumix-2.8.orig: CVS
75Only in aumix-2.8.orig: data
76Only in aumix-2.8.orig: doc
77Only in aumix-2.8.orig: INSTALL
78Only in aumix-2.8.orig: install-sh
79Only in aumix-2.8.orig: intl
80Only in aumix-2.8.orig: Makefile.am
81Only in aumix-2.8.orig: Makefile.in
82Only in aumix-2.8.orig: missing
83Only in aumix-2.8.orig: mkinstalldirs
84Only in aumix-2.8.orig: NEWS
85Only in aumix-2.8.orig: packaging
86Only in aumix-2.8.orig: po
87Only in aumix-2.8.orig: README
88Only in aumix-2.8.orig: src
89Only in aumix-2.8.orig: stamp-h.in
90Only in aumix-2.8.orig: TODO
This page took 0.084901 seconds and 4 git commands to generate.