[Pkg-wmaker-commits] [wmlongrun] 05/11: wmlongrun: Add template to AC_DEFINE to avoid autoheader warning.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Dec 24 14:10:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository wmlongrun.

commit 4186365286f77144e042ef1d44c531f1802f67eb
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Fri Dec 23 18:28:18 2016 -0500

    wmlongrun: Add template to AC_DEFINE to avoid autoheader warning.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3b48676..ce483a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,7 +86,7 @@ case ${host_os} in
 linux*)
   SETUID_FLAGS="-m 4755 -o root -g root"
   OS=linux
-  AC_DEFINE(LINUX)
+  AC_DEFINE([LINUX], [1], [use Linux specific code])
   ;;
 freebsd*)
   OS=freebsd

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmlongrun.git



More information about the Pkg-wmaker-commits mailing list