Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 84221 Details for
Bug 129273
Stabilize =x11-plugins/wmalms-1.1.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
configure.in.patch
wmalms-1.1.1-configure.in.patch (text/plain), 1.51 KB, created by
Dirk Silkenbäumer
on 2006-04-08 12:22:31 UTC
(
hide
)
Description:
configure.in.patch
Filename:
MIME Type:
Creator:
Dirk Silkenbäumer
Created:
2006-04-08 12:22:31 UTC
Size:
1.51 KB
patch
obsolete
>--- /home/dirk/src/wmalms-1.1.1/configure.in 2003-11-01 10:32:16.000000000 +0100 >+++ configure.in 2006-04-08 20:28:24.000000000 +0200 >@@ -5,22 +5,10 @@ > AC_ARG_WITH([rpm], [ --with-rpm used inside RPM installation],,with_rpm=no) > AC_ARG_WITH([docdir], [ --with-docdir directory used for the documents]) > >-dnl Checking CFLAGS >-if (test "${CFLAGS}" = ""); then >-default_flags=yes >-else >-default_flags=no >-fi >- > dnl Checks for programs. > AC_PROG_CC > AC_PROG_INSTALL > >-dnl Checking CFLAGS >-dnl if (test "${default_flags}" = yes); then >-CFLAGS="${CFLAGS} -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -Wall" >-dnl fi >- > dnl Checks for header files. > AC_HEADER_STDC > >@@ -73,36 +61,6 @@ > exit 1 > fi > >-AC_MSG_CHECKING(if /proc/bus/i2c exists) >-if !(test -e /proc/bus/i2c); then >- AC_MSG_RESULT(no) >- echo 1>&5 >- echo "i2c driver does not appear to be running." >- echo "Install anyway ? (y, n)" >- read >- if test "${REPLY}" != "y" && test "${REPLY}" != "Y"; then >- exit 1 >- fi >-else >- AC_MSG_RESULT(yes) >- echo "Bus: " `cat /proc/bus/i2c` >-fi >- >-AC_MSG_CHECKING(if /proc/sys/dev/sensors/chips exists) >-if !(test -e /proc/sys/dev/sensors/chips); then >- AC_MSG_RESULT(no) >- echo 1>&5 >- echo "It appears to be no supported sensor chips." >- echo "Install anyway ? (y, n)" >- read >- if test "${REPLY}" != "y" && test "${REPLY}" != "Y"; then >- exit 1 >- fi >-else >- AC_MSG_RESULT(yes) >- echo "Sensor(-s): " `cat /proc/sys/dev/sensors/chips` >-fi >- > x_parms="${x_lib_parms} ${x_inc_parms}" > > LIBS=""
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 129273
: 84221 |
84222
|
84253