Lines 4-9
Link Here
|
4 |
AM_INIT_AUTOMAKE(peksystray, 0.4.0) |
4 |
AM_INIT_AUTOMAKE(peksystray, 0.4.0) |
5 |
|
5 |
|
6 |
AC_PROG_CC |
6 |
AC_PROG_CC |
|
|
7 |
AC_PATH_X |
7 |
AC_PATH_XTRA |
8 |
AC_PATH_XTRA |
8 |
|
9 |
|
9 |
dnl Are we going to enable the debugging output ?? |
10 |
dnl Are we going to enable the debugging output ?? |
Lines 19-31
Link Here
|
19 |
AC_DEFINE(DEBUG,,[Enable verbose debugging output]) |
20 |
AC_DEFINE(DEBUG,,[Enable verbose debugging output]) |
20 |
fi |
21 |
fi |
21 |
|
22 |
|
22 |
CFLAGS="$CFLAGS $X_CFLAGS" |
23 |
AC_CHECK_LIB([X11], [XOpenDisplay]) |
23 |
#x_includes="-I$x_includes" |
|
|
24 |
LDFLAGS="$LDFLAGS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS" |
25 |
#x_libraries="$X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS" |
26 |
|
27 |
AC_SUBST(x_includes) |
28 |
AC_SUBST(x_libraries) |
29 |
|
24 |
|
30 |
AC_OUTPUT([ |
25 |
AC_OUTPUT([ |
31 |
Makefile |
26 |
Makefile |