Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfce4-screensaver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Apps
xfce4-screensaver
Commits
aaca4200
Commit
aaca4200
authored
11 years ago
by
infirit
Browse files
Options
Downloads
Patches
Plain Diff
Make autofoo happy
parent
d2f06044
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.am
+1
-0
1 addition, 0 deletions
Makefile.am
configure.ac
+5
-4
5 additions, 4 deletions
configure.ac
with
6 additions
and
4 deletions
Makefile.am
+
1
−
0
View file @
aaca4200
# This file will be processed with automake-1.7 to create Makefile.in
AUTOMAKE_OPTIONS
=
1.7
ACLOCAL_AMFLAGS
=
-I
m4
NULL
=
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
5
−
4
View file @
aaca4200
...
...
@@ -6,6 +6,7 @@ AC_INIT([mate-screensaver],
[http://www.mate-desktop.org/])
AC_CONFIG_SRCDIR(src/mate-screensaver.c)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
...
...
@@ -224,7 +225,7 @@ dnl ---------------------------------------------------------------------------
# Like AC_CHECK_HEADER, but it uses the already-computed -I directories.
#
AC_DEFUN(AC_CHECK_X_HEADER, [
AC_DEFUN(
[
AC_CHECK_X_HEADER
]
, [
ac_save_CPPFLAGS="$CPPFLAGS"
if test \! -z "$includedir" ; then
CPPFLAGS="$CPPFLAGS -I$includedir"
...
...
@@ -235,7 +236,7 @@ AC_DEFUN(AC_CHECK_X_HEADER, [
# Like AC_TRY_COMPILE, but it uses the already-computed -I directories.
#
AC_DEFUN(AC_TRY_X_COMPILE, [
AC_DEFUN(
[
AC_TRY_X_COMPILE
]
, [
ac_save_CPPFLAGS="$CPPFLAGS"
if test \! -z "$includedir" ; then
CPPFLAGS="$CPPFLAGS -I$includedir"
...
...
@@ -248,7 +249,7 @@ AC_DEFUN(AC_TRY_X_COMPILE, [
# Like AC_CHECK_LIB, but it uses the already-computed -I and -L directories.
# Use this sparingly; it probably doesn't work very well on X programs.
#
AC_DEFUN(AC_CHECK_X_LIB, [
AC_DEFUN(
[
AC_CHECK_X_LIB
]
, [
ac_save_CPPFLAGS="$CPPFLAGS"
ac_save_LDFLAGS="$LDFLAGS"
# ac_save_LIBS="$LIBS"
...
...
@@ -287,7 +288,7 @@ AC_DEFUN(AC_CHECK_X_LIB, [
# /DIR/include and /DIR/lib exist, and adds them to $X_CFLAGS and $X_LIBS
# as appropriate.
#
AC_DEFUN(HANDLE_X_PATH_ARG, [
AC_DEFUN(
[
HANDLE_X_PATH_ARG
]
, [
case "$[$1]" in
yes) ;;
no) ;;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment