path: wbar_2.3.4-14/debian/patches/no-AC_SUBST-pidof.patch -AC_SUBST(PIDOF_BIN, "pidof ") AC_PATH_PROG(PIDOF_BIN, pidof, pgrep) AC_DEFINE_UNQUOTED(PIDOF_BIN, "$PIDOF_BIN ", [ program to retreive wbar pid ]) path: wbar_2.3.4-14/debian/patches/no-AC_SUBST-pidof.patch AM_CONDITIONAL([WBAR_CONFIG],[test "$use_wbar_config" = "yes"]) -AC_SUBST(PIDOF_BIN, "pidof ") AC_PATH_PROG(PIDOF_BIN, pidof, pgrep) AC_DEFINE_UNQUOTED(PIDOF_BIN, "$PIDOF_BIN ", [ program to retreive wbar pid ]) path: wbar_2.3.4-14/debian/rules dh_auto_configure -- \ --disable-wbar-config \ PIDOF_BIN=/bin/pidof override_dh_auto_test: path: wbar_2.3.4-14/debian/patches/series gcc-6-literal-suffix.patch remove-GNOME2_DIR.patch no-AC_SUBST-pidof.patch autoconf-2.70.patch configure.ac.patch path: wbar_2.3.4-14/src/config/Run.cc #ifndef PIDOF_BIN #define PIDOF_BIN "pidof " #endif path: wbar_2.3.4-14/configure # Extract the first word of "pidof", so it can be a program name with args. set dummy pidof; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } path: wbar_2.3.4-14/configure PIDOF_BIN="pidof " # Extract the first word of "pidof", so it can be a program name with args. set dummy pidof; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 path: wbar_2.3.4-14/configure PIDOF_BIN="pidof " # Extract the first word of "pidof", so it can be a program name with args. path: wbar_2.3.4-14/configure.ac AM_CONDITIONAL([WBAR_CONFIG],[test "$use_wbar_config" = "yes"]) AC_PATH_PROG(PIDOF_BIN, pidof, pgrep) AC_DEFINE_UNQUOTED(PIDOF_BIN, "$PIDOF_BIN ", [ program to retreive wbar pid ]) path: wbar_2.3.4-14/debian/changelog [ Andreas Henriksson ] * Fix pidof path reproducibility issue on merged-usr vs non-merged systems. (Closes: #915798)