]> git.pld-linux.org Git - packages/aumix-gtk.git/commitdiff
fix autoconf support aumix-2_7-4 aumix-2_7-9
authorArtur Frysiak <artur@frysiak.net>
Fri, 6 Jul 2001 12:44:50 +0000 (12:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aumix-ac250.patch -> 1.1

aumix-ac250.patch [new file with mode: 0644]

diff --git a/aumix-ac250.patch b/aumix-ac250.patch
new file mode 100644 (file)
index 0000000..13f7397
--- /dev/null
@@ -0,0 +1,62 @@
+--- aumix-2.7/configure.in.wiget       Fri Jul  6 14:25:46 2001
++++ aumix-2.7/configure.in     Fri Jul  6 14:40:38 2001
+@@ -60,42 +60,44 @@
+     if test $cursdflt = on; then
+       AC_DEFINE(HAVE_USEDEFAULT)
+     fi
+-    AC_CACHE_CHECK(for private member _use_keypad in WINDOW,
+-      aumix_cv_struct_window_usekeypad,
++    AC_CACHE_CHECK([for private member _use_keypad in WINDOW],
++      [aumix_cv_struct_window_usekeypad],
+       [AC_TRY_COMPILE([#ifdef HAVE_NCURSES_H
+ #include <ncurses.h>
+ #else
+ #include <curses.h>
+-#endif], [WINDOW w; w._use_keypad;],
+-      aumix_cv_struct_window_usekeypad=yes, aumix_cv_struct_window_usekeypad=no)])
++#endif
++], [WINDOW w; w._use_keypad;],
++      [aumix_cv_struct_window_usekeypad=yes],[ aumix_cv_struct_window_usekeypad=no)]])
+     if test $aumix_cv_struct_window_usekeypad = yes; then
+       AC_DEFINE(HAVE_USEKEYPAD)
+     fi
+   fi
+-  AC_ARG_WITH(gpm,
+-    [  --without-gpm                Compile only without GPM support],
+-    AC_MSG_RESULT([Compiling without GPM support]),
++
++)
++  AC_ARG_WITH(gpm,[  --without-gpm                Compile only without GPM support],[
++    AC_MSG_RESULT([Compiling without GPM support])],[
+     dnl Checks for GPM library.
+     AC_CHECK_LIB(gpm, Gpm_Repeat)
+-  )
+-  AC_ARG_WITH(sysmouse,
+-    [  --without-sysmouse           Compile only without sysmouse support],
+-    AC_MSG_RESULT([Compiling without sysmouse support]),
++  ])
++  AC_ARG_WITH(sysmouse,[  --without-sysmouse           Compile only without sysmouse support],[
++    AC_MSG_RESULT([Compiling without sysmouse support])],
+     dnl Checks for sysmouse availability.
+-    AC_CACHE_CHECK(for CONS_MOUSECTL in machine/console.h,
+-      aumix_cv_cons_mousectl,
++    AC_CACHE_CHECK([for CONS_MOUSECTL in machine/console.h],
++      [aumix_cv_cons_mousectl],
+       [AC_EGREP_CPP([A mouse is a mouse is a mouse],
+       [#ifdef HAVE_MACHINE_CONSOLE_H
+ #include <machine/console.h>
+ #ifdef CONS_MOUSECTL
+ A mouse is a mouse is a mouse
+ #endif
+-#endif], aumix_cv_cons_mousectl=yes, aumix_cv_cons_mousectl=no)])
++#endif
++],[ aumix_cv_cons_mousectl=yes],[ aumix_cv_cons_mousectl=no])])
+     if test $aumix_cv_cons_mousectl = yes; then
+       AC_DEFINE(HAVE_SYSMOUSE)
+     fi
+   )
+-)
++
+ AM_CONDITIONAL(CURSES, test "x$CURSLIB" != "x")
+ AC_SUBST(CURSLIB)
This page took 0.029566 seconds and 4 git commands to generate.