Skip to content
Snippets Groups Projects
Commit 6554f5f2 authored by Benedikt Meurer's avatar Benedikt Meurer
Browse files

2006-09-13 Benedikt Meurer <benny@xfce.org>

	* configure.in.in, Makefile.am: Place automake options into
	  configure.in.in instead of Makefile.am and add the tar-ustar
	  option to fix building distributions on system where tar defaults
	  to the deprecated V7 format. Bug #2304.




(Old svn revision: 23144)
parent 24aa2f14
No related branches found
No related tags found
No related merge requests found
2006-09-13 Benedikt Meurer <benny@xfce.org>
* configure.in.in, Makefile.am: Place automake options into
configure.in.in instead of Makefile.am and add the tar-ustar
option to fix building distributions on system where tar defaults
to the deprecated V7 format. Bug #2304.
2006-09-13 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-dbus-client.c: Use default dbus connection timeout.
......
......@@ -14,10 +14,6 @@ SUBDIRS = \
examples \
plugins
AUTOMAKE_OPTIONS = \
1.8 \
dist-bzip2
distclean-local:
rm -rf *.spec *.cache *~
......
......@@ -38,7 +38,7 @@ AC_REVISION([$Id$])
dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
AM_CONFIG_HEADER([config.h])
AM_MAINTAINER_MODE()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment