summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclutton <clutton@zoho.com>2016-04-28 00:31:19 +0300
committerclutton <clutton@zoho.com>2016-04-28 00:31:19 +0300
commit544904cdc835ed010cb2ccded3e996b6618fb6bd (patch)
treee39e988ae963d71bafe0f8a4cf89874b0c71f4a5
parenta02c1a28443e7ce4f91f5209b225ce402eccd5b6 (diff)
downloaddistcc-git-544904cdc835ed010cb2ccded3e996b6618fb6bd.tar.gz
removed forgotten echo from Makefile.in, reference to a include_server/__init__.py file and StripTrailingWhitespaces vim script
-rw-r--r--Makefile.in2
-rw-r--r--configure.ac18
2 files changed, 9 insertions, 11 deletions
diff --git a/Makefile.in b/Makefile.in
index 693500d..ba9fc22 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -165,7 +165,6 @@ example_DOCS = \
doc/example/xinetd \
include_server_PY = \
- include_server/__init__.py \
include_server/basics.py \
include_server/cache_basics.py \
include_server/compiler_defaults.py \
@@ -573,7 +572,6 @@ distccmon-gnome@EXEEXT@: $(mon_obj) $(gnome_obj)
# includes), and the build location.
include-server:
if test -z "$(PYTHON)"; then \
- echo "$(PYTHON)" \
echo "Not building $@: No suitable python found"; \
else \
mkdir -p "$(include_server_builddir)" && \
diff --git a/configure.ac b/configure.ac
index 3626544..cd5fdd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script
-# "We are ugly but we have the music"
+# "We are ugly but we have the music"
# -- Leonard Cohen
#
# http://jerkcity.com/jerkcity1335.html
@@ -124,7 +124,7 @@ AC_ARG_ENABLE(Werror,
# Now get the package configuration information for whatever packages
# we need. It's faster to just do it once during configuration.
if test "x${with_gnome}" = xyes
-then
+then
GNOME_PACKAGES="gtk+-2.0 libgnome-2.0 libgnomeui-2.0 pango"
elif test "x${with_gtk}" = xyes
then
@@ -140,11 +140,11 @@ do
then
AC_MSG_RESULT($gnomevers)
else
- AC_MSG_ERROR([$pkg was not found by pkg-config])
+ AC_MSG_ERROR([$pkg was not found by pkg-config])
fi
done
-if test x${with_gnome} = xyes -o x${with_gtk} = xyes
+if test x${with_gnome} = xyes -o x${with_gtk} = xyes
then
INSTALL_GNOME="install-gnome-data"
UNINSTALL_GNOME="uninstall-gnome-data"
@@ -319,8 +319,8 @@ AC_SEARCH_LIBS(inet_aton, [resolv])
if test x"$with_included_popt" != x"yes" && test x"$with_included_popt" != xno
then
- # If not explicitly requested, guess.
- # People might have the library but not the header, in which case we
+ # If not explicitly requested, guess.
+ # People might have the library but not the header, in which case we
# still need to use the included copy.
AC_CHECK_LIB(popt, poptGetContext, , [with_included_popt=yes])
AC_CHECK_HEADER(popt.h, , [with_included_popt=yes])
@@ -430,7 +430,7 @@ AC_CACHE_CHECK([for C99 vsnprintf],rsync_cv_HAVE_C99_VSNPRINTF,[
AC_TRY_RUN([
#include <sys/types.h>
#include <stdarg.h>
-void foo(const char *format, ...) {
+void foo(const char *format, ...) {
va_list ap;
int len;
char buf[5];
@@ -555,12 +555,12 @@ cat <<EOF
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
-
+
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-
+
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,