"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "configure.ac" between
davfs2-1.6.1.tar.gz and davfs2-1.7.0.tar.gz

About: davfs2 is a file system driver that allows you to mount a WebDAV server as a disk drive.

configure.ac  (davfs2-1.6.1):configure.ac  (davfs2-1.7.0)
skipping to change at line 23 skipping to change at line 23
# davfs2 is distributed in the hope that it will be useful, # davfs2 is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of # but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with davfs2; if not, write to the Free Software Foundation, # along with davfs2; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
AC_PREREQ(2.69) AC_PREREQ(2.69)
AC_INIT(davfs2, 1.6.1, http://savannah.nongnu.org/projects/davfs2) AC_INIT(davfs2, 1.7.0, http://savannah.nongnu.org/projects/davfs2)
AC_CONFIG_SRCDIR([src/cache.c]) AC_CONFIG_SRCDIR([src/cache.c])
AC_CONFIG_AUX_DIR([config]) AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])
# Checks for programs. # Checks for programs.
AC_PROG_CC AC_PROG_CC
AC_PROG_INSTALL AC_PROG_INSTALL
AC_PROG_LN_S AC_PROG_LN_S
skipping to change at line 88 skipping to change at line 88
AC_FUNC_STAT AC_FUNC_STAT
AC_FUNC_UTIME_NULL AC_FUNC_UTIME_NULL
AC_CHECK_FUNCS([endpwent ftruncate getmntent iconv memset mkdir nl_langinfo rpma tch select setlocale strcasecmp strchr strdup strerror strpbrk strrchr strstr st rtol strtoull utime]) AC_CHECK_FUNCS([endpwent ftruncate getmntent iconv memset mkdir nl_langinfo rpma tch select setlocale strcasecmp strchr strdup strerror strpbrk strrchr strstr st rtol strtoull utime])
# Misc. # Misc.
DAV_DEFAULTS DAV_DEFAULTS
DAV_LFS DAV_LFS
DAV_LINGUAS([de]) DAV_LINGUAS([de])
AC_DEFINE([_GNU_SOURCE], 1, [Define to enable GNU extensions]) AC_DEFINE([_GNU_SOURCE], 1, [Define to enable GNU extensions])
AC_CANONICAL_HOST
AS_CASE([$host],
[*-linux*], [host_type=linux],
[*-*freebsd*], [host_type=freebsd],
[host_type=unsupported])
if test "$host_type" = "unsupported"; then
AC_MSG_ERROR([Unsupported host operating system => $host])
fi
# export to Makefile.am
AM_CONDITIONAL(HOST_TYPE_LINUX, [test x$host_type = xlinux])
AM_CONDITIONAL(HOST_TYPE_FREEBSD, [test x$host_type = xfreebsd])
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
po/Makefile.in po/Makefile.in
etc/Makefile etc/Makefile
man/Makefile man/Makefile
man/de/Makefile man/de/Makefile
man/es/Makefile man/es/Makefile
src/Makefile]) src/Makefile])
AC_OUTPUT AC_OUTPUT
DAV_MESSAGE DAV_MESSAGE
 End of changes. 2 change blocks. 
1 lines changed or deleted 15 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)