Skip to content

Commit bda6c4d

Browse files
committed
Update for automake automake 1.11.2
1 parent 78f3d16 commit bda6c4d

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

m4/lt~obsolete.m4

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
22
#
3-
# Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
3+
# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
44
# Written by Scott James Remnant, 2004.
55
#
66
# This file is free software; the Free Software Foundation gives
77
# unlimited permission to copy and/or distribute it, with or without
88
# modifications, as long as this notice is preserved.
99

10-
# serial 4 lt~obsolete.m4
10+
# serial 5 lt~obsolete.m4
1111

1212
# These exist entirely to fool aclocal when bootstrapping libtool.
1313
#
@@ -77,7 +77,6 @@ m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
7777
m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
7878
m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
7979
m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])])
80-
m4_ifndef([AC_LIBTOOL_RC], [AC_DEFUN([AC_LIBTOOL_RC])])
8180
m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
8281
m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
8382
m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
@@ -90,3 +89,10 @@ m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
9089
m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
9190
m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
9291
m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
92+
m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
93+
m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])])
94+
m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
95+
m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])
96+
m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])])
97+
m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
98+
m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])

src/Manos.IO/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
manosdir=$(bindir)
33

4-
pkglib_DATA = $(top_srcdir)/build/Manos.IO.dll
4+
pkgdata_DATA = $(top_srcdir)/build/Manos.IO.dll
55

66
manos_proj_file = Manos.IO.csproj
77
manos_sources_in = Assembly/AssemblyInfo.cs.in

src/Manos/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
manosdir=$(bindir)
33

4-
pkglib_DATA = $(top_srcdir)/build/Manos.dll $(top_srcdir)/build/Nini.dll
4+
pkgdata_DATA = $(top_srcdir)/build/Manos.dll $(top_srcdir)/build/Nini.dll
55

66
manos_proj_file = Manos.csproj
77
manos_sources_in = Assembly/AssemblyInfo.cs.in

src/manostool/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
manosdir=$(bindir)
33

4-
pkglib_DATA = $(top_srcdir)/build/manostool.exe
4+
pkgdata_DATA = $(top_srcdir)/build/manostool.exe
55

66
manos_proj_file = manostool.csproj
77
manos_sources_in = AssemblyInfo.cs.in

0 commit comments

Comments
 (0)