7e1bfee51eAccepting request 1187534 from devel:tools:building
factory
Ana Guerrero
2024-07-18 17:14:58 +0000
6b9cb9cb09- update to 1.17 - AM_PATH_PYTHON will, after checking "python", prefer any Python 3 version (latest versions checked first) over any Python 2 version. If a specific version of Python 2 is still needed, the $PYTHON variable should be set beforehand. - AM_PATH_PYTHON will also search for Python versions 3.20 through 3.10. It previously searched for 3.9 through 3.0. - RANLIB may be overridden on a per-target basis. - AM_TEXI2FLAGS may be defined to pass extra flags to TEXI2DVI & TEXI2PDF. - New option "posix" to emit the special target .POSIX for make. - Systems with non-POSIX "rm -f" behavior are now supported, and the prior intent to drop support for them has been reversed. The ACCEPT_INFERIOR_RM_PROGRAM setting no longer exists. - Variables using escaped \# will trigger portability warnings, but be retained when appended. GNU Make & BSD Makes are known to support it. - GNU Make's default pattern rules are disabled, for speed and debugging. (.SUFFIXES was already cleared.) - For Texinfo documents, if a .texi.in file exists, but no .texi, the .texi.in will be read. Texinfo source files need not be present at all, and if present, need not contain @setfilename. Then the file name as given in the Makefile.am will be used. If @setfilename is present, it should be the basename of the Texinfo file, extended with .info. - aclocal has a new option --aclocal-path to override $ACLOCAL_PATH. - The missing script also supports autoreconf, autogen, and perl. - test-suite.log now contains basic system information, and the console message about bug reporting on failure has a bit more detail. - When using the (default) "parallel" test driver, you can now omit the output of skipped tests from test-suite.log by defining the variable IGNORE_SKIPPED_LOGS to a non-empty value. (bug#71422) - Drop patches now included in 1.17 * tests-Fix-type-defaults-error-in-link_cond.patch * tests-avoid-implicit-function-declaration-in-depcomp.patch * tests-don-t-try-to-prevent-flex-from-including-unist.patch * tests-avoid-implicit-function-declarations.patch - Drop patch automake-require_file.patch with different upstream fix - Drop no longer necessary patch automake-1.13.4-fix-primary-prefix-invalid-couples-test.patch - Ajust patches automake-suse-vendor.patch and 0001-correct-parameter-parsing-in-test-driver-script.patch
devel
Valentin Lefebvre2024-07-15 09:38:38 +0000
ad5deb7999Accepting request 1173595 from devel:tools:building
Ana Guerrero
2024-05-14 11:37:02 +0000
b2871a6da7Accepting request 1172494 from home:vlefebvre:branches:devel:tools:building
Martin Pluskal
2024-05-13 08:04:18 +0000
13456c634dAccepting request 993758 from devel:tools:building
Dominique Leuenberger
2022-08-12 14:06:13 +0000
92b12c29c8- switch to python3 testing for testsuite, we no longer care about python 2.x testresultsDirk Mueller2022-08-08 11:42:37 +0000
6d7ce7754dAccepting request 979042 from devel:tools:building
Dominique Leuenberger
2022-05-27 22:28:01 +0000
ca856c602b- update automake.keyring: use release-team keyring - don't reference source URL when the linked sources change over timeDirk Mueller2022-05-24 19:34:21 +0000
70db68113bAccepting request 933575 from devel:tools:building
Dominique Leuenberger
2021-12-02 21:29:58 +0000
8d95a42bee- update to 1.16.5: - PYTHON_PREFIX and PYTHON_EXEC_PREFIX are now set according to Python's sys.* values only if the new configure option --with-python-sys-prefix is specified. Otherwise, GNU default values are used, as in the past. (The change in 1.16.3 was too incompatible.) - consistently depend on install-libLTLIBRARIES. - use const for yyerror declaration in bison/yacc tests. - Common top-level files can be provided as .md; the non-md version is used if both are present: AUTHORS ChangeLog INSTALL NEWS README README-alpha THANKS - CTAGS, ETAGS, SCOPE variables can be set via configure. - Silent make output for custom link commands. - New option "no-dist-built-sources" skips generating $(BUILT_SOURCES) before building the tarball as part of "make dist", that is, omits the dependency of $(distdir): $(BUILT_SOURCES). - automake output more reproducible. - test-driver less likely to clash with tests writing to the same file. - DejaGnu tests always use the directory name, testsuite/, for compatibility with the newer dejagnu-1.6.3 and with prior versions. - config.sub and config.guess updates include restoration of ... for maximum portability. - refresh automake-suse-vendor.patch - drop fix-testsuite-failures-with-autoconf270.patch (upstream) - drop automake-reproducible.patch (upstream)Dirk Mueller2021-11-24 14:36:42 +0000
930e8fe604Accepting request 880181 from devel:tools:building
Dominique Leuenberger
2021-04-15 14:56:33 +0000
0ad4505187Accepting request 863898 from devel:tools:building
Dominique Leuenberger
2021-01-26 13:43:50 +0000
e9c33f495e- add fix-testsuite-failures-with-autoconf270.patch to fix compatibility with autoconf 2.70Dirk Mueller2021-01-17 18:43:32 +0000
c391f10934- update to 1.16.3: - In the testsuite summary, the "for $(PACKAGE_STRING)" suffix can be overridden with the AM_TESTSUITE_SUMMARY_HEADER variable. - Python 3.10 version number no longer considered to be 3.1. - Broken links in manual fixed or removed, and new script contrib/checklinkx (a small modification of W3C checklink) added, with accompany target checklinkx to recheck urls. - install-exec target depends on $(BUILT_SOURCES). - valac argument matching more precise, to avoid garbage in DIST_COMMON. - Support for Vala in VPATH builds fixed so that both freshly-generated and distributed C files work, and operation is more reliable with or without an installed valac. - Dejagnu doesn't break on directories containing spaces. - new variable AM_DISTCHECK_DVI_TARGET, to allow overriding the "make dvi" that is done as part of distcheck. - install-sh tweaks: . new option -p to preserve mtime, i.e., invoke cp -p. . new option -S SUFFIX to attempt backup files using SUFFIX. . no longer unconditionally uses -f when rm is overridden by RMPROG. . does not chown existing directories. - Removed function up_to_date_p in lib/Automake/FileUtils.pm. We believe this function is completely unused. - Support for in-tree Vala libraries improved. - rename automake-SuSE.patch to automake-suse-vendor.patch and refresh - remove automake-testsuite-vala-gcc10.patch (upstream)Dirk Mueller2021-01-06 16:31:27 +0000
5d43a37b9fAccepting request 822036 from devel:tools:building
Dominique Leuenberger
2020-08-02 10:27:31 +0000
3aa3c09434Accepting request 821755 from home:gmbr3:Active
Martin Pluskal
2020-07-21 08:57:05 +0000
cd603ea12fAccepting request 820641 from home:gmbr3:testing
Martin Pluskal
2020-07-14 12:56:15 +0000
fb9db906c8Accepting request 818872 from home:gmbr3:Active
Martin Pluskal
2020-07-09 15:06:34 +0000
db15f37f81Accepting request 787273 from home:AndreasStieger:branches:devel:tools:building
Martin Pluskal
2020-03-22 15:36:40 +0000
cff9c62583Accepting request 747662 from devel:tools:building
Dominique Leuenberger
2019-11-18 18:56:54 +0000
34d93f42ebAccepting request 747530 from home:pevik:branches:devel:tools:building
Martin Pluskal
2019-11-12 13:18:36 +0000
329d65e145Accepting request 682037 from devel:tools:building
Dominique Leuenberger
2019-03-12 08:43:31 +0000
80fb4cc967Accepting request 681729 from home:dimstar:Factory
Martin Pluskal
2019-03-06 08:45:56 +0000
88506526b2Accepting request 617819 from devel:tools:building
Dominique Leuenberger
2018-06-26 08:29:36 +0000
a2125c649dAccepting request 617818 from home:Andreas_Schwab:Factory
Ismail Dönmez
2018-06-19 15:17:49 +0000
48d9bedbedAccepting request 610273 from devel:tools:building
Dominique Leuenberger
2018-05-22 14:58:30 +0000
6bd5bb531f- Remove non-existing compress from BuildRequires.
Philipp Thomas
2018-05-18 10:56:22 +0000
b5674efcf4- Add gettext-tools, pkg-config. vala dejagnu, makeinfo, python and zip as BuildRequires for automake-testsuite to make testsuite complete and enable more tests.
Philipp Thomas
2018-05-18 09:45:01 +0000
8557250f0a- Add dejagnu, makeinfo, python3 and zip as BuildRequires for automake-testsuite to make testsuite run succeed.
Philipp Thomas
2018-05-15 14:54:01 +0000
15c8546634Accepting request 606124 from home:Andreas_Schwab:Factory
Martin Pluskal
2018-05-14 12:02:13 +0000
279d42df59Accepting request 603152 from devel:tools:building
Dominique Leuenberger
2018-05-06 12:53:52 +0000
c6af52eda0- Build serially as a missing dependency makes parallel builds fail. - Update the list of licenses.
Philipp Thomas
2018-05-02 14:42:26 +0000
5c8bf42067- Remove old .sig file
Philipp Thomas
2018-03-21 12:09:24 +0000
2a3c7964ce- Update to 1.16.1. Changes since 1.15.1: - 'install-sh' now ensures that nobody can cross privilege boundaries by pre-creating symlink on the directory inside "/tmp". - 'automake' does not depend on the 'none' subroutine of the List::Util module anymore to support older Perl version. (automake bug#30631) - A regression in AM_PYTHON_PATH causing the rejection of non literal minimum version parameter hasn't been fixed. (automake bug#30616) * Miscellaneous changes - When subdir-objects is in effect, Automake will now construct shorter object file names when no programs and libraries name clashes are encountered. This should make the discouraged use of 'foo_SHORTNAME' unnecessary in many cases. * Bugs fixed: - Automatic dependency tracking has been fixed to work also when the 'subdir-object' option is used and some 'foo_SOURCES' definition contains unexpanded references to make variables, as in, e.g.: a_src = sources/libs/aaa b_src = sources/bbb foo_SOURCES = $(a_src)/bar.c $(b_src)/baz.c With such a setup, the created makefile fragment containing dependency tracking information will be correctly placed under the directories named 'sources/libs/aaa/.deps' and 'sources/bbb/.deps', rather than mistakenly under directories named (literally!) '$(src_a)/.deps' and '$(src_b)/.deps' (this was the first part of automake bug#13928). Notice that in order to fix this bug we had to slightly change the semantics of how config.status bootstraps the makefile fragments required for the dependency tracking to work: rather than attempting to parse the Makefiles via grep and sed trickeries only, we actually invoke 'make' on a slightly preprocessed version of those Makefiles, using a private target that is only meant to bootstrap the required makefile fragments.
Philipp Thomas
2018-03-21 12:00:44 +0000
1fdfda9cd6Accepting request 573007 from devel:tools:building
Dominique Leuenberger
2018-02-08 13:01:52 +0000
134d746c06Accepting request 572450 from home:berny:branches:devel:tools:building
Martin Pluskal
2018-02-05 13:22:49 +0000
72c12950f3Accepting request 535636 from devel:tools:building
Dominique Leuenberger
2017-10-26 16:38:17 +0000
be366512e3Accepting request 535611 from home:jayvdb:autotools
Martin Pluskal
2017-10-21 06:15:41 +0000
e2c48b027cAccepting request 506262 from devel:tools:building
Dominique Leuenberger
2017-07-05 21:46:44 +0000
ff0f7b1a38Accepting request 505189 from home:pluskalm:branches:devel:tools:building
Martin Pluskal
2017-06-26 13:17:30 +0000
3f10c4d7e4Accepting request 460256 from devel:tools:building
Dominique Leuenberger
2017-03-05 16:49:56 +0000
6164c2e0a1Accepting request 460197 from openSUSE:Factory:zSystems
Martin Pluskal
2017-02-24 15:55:45 +0000
3855cec876Accepting request 404884 from devel:tools:building
Dominique Leuenberger
2016-07-09 07:19:39 +0000
bc8cf01229Accepting request 404883 from home:pluskalm:branches:devel:tools:building
Martin Pluskal
2016-06-26 20:50:04 +0000
2368efedacAccepting request 402682 from home:tsaupe:branches:devel:tools:building
Martin Pluskal
2016-06-16 16:33:18 +0000
fc42ba4ee4Accepting request 328394 from devel:tools:building
Dominique Leuenberger
2015-09-08 15:35:50 +0000
73694ca7e3Accepting request 328329 from home:dimstar:Factory
Ismail Dönmez
2015-09-01 18:07:24 +0000
9371090813Accepting request 307622 from devel:tools:building
Dominique Leuenberger
2015-05-20 21:14:09 +0000
487e2e6aadAccepting request 307597 from home:msmeissn:branches:devel:tools:building
Ismail Dönmez
2015-05-17 16:07:26 +0000
3f82149f47Accepting request 285079 from devel:tools:building
Dominique Leuenberger
2015-02-20 11:00:11 +0000
66e54df606- Update to 1.15: New in 1.15: * Improvements and refactorings in the install-sh script: - It has been modernized, and now makes the following assumptions *unconditionally*: (1) a working 'dirname' program is available; (2) the ${var:-value} shell parameters substitution works; (3) the "set -f" and "set +f" shell commands work, and, respectively, disable and enable shell globbing. - The script implements stricter error checking, and now it complains and bails out if any of the following expectations is not met: (1) the options -d and -t are never used together; (2) the argument passed to option -t is a directory; (3) if there are two or more SOURCEFILE arguments, the DESTINATION argument must be a directory. * Automake-generated testsuites: - The default test-driver used by the Automake-generates testsuites now appends the result and exit status of each "plain" test to the associated log file (automake bug#11814). - The perl implementation of the TAP testsuite driver is no longer installed in the Automake's scripts directory, and is instead just distributed as a "contrib" addition. There should be no reason to use this implementation anyway in real packages, since the awk+shell implementation of the TAP driver (which is documented in the manual) is more portable and has feature parity with the perl implementation. - The rule generating 'test-suite.log' no longer risk incurring in an extra useless "make all" recursive invocation in some corner cases (automake bug#16302). * Distribution: - Automake bug#18286: "make distcheck" could sometimes fail to detect files missing from the distribution tarball, especially in those cases where both the generated files and their dependencies are explicitly in $(srcdir). An important example of this are *generated* makefile fragments included at Automake time in Makefile.am; e.g.:
Philipp Thomas
2015-02-10 11:25:10 +0000
18d27e10d7Accepting request 254852 from devel:tools:building
Stephan Kulow
2014-11-04 16:27:15 +0000
6fc6cb3a33Accepting request 254097 from home:gberh:branches:devel:tools:building
Ismail Dönmez
2014-10-09 13:13:20 +0000
2d1f4e853eAccepting request 246353 from devel:tools:building
Stephan Kulow
2014-09-30 17:36:32 +0000
8a04c655ec- Explicitely pass the directory name to setup so that the testsuite can run.
Philipp Thomas
2014-08-25 13:04:49 +0000
6b87c6d5beAccepting request 221011 from home:jengelh:branches:devel:tools:building
Sascha Peilicke
2014-02-06 15:38:04 +0000
bb5091e84cAccepting request 205141 from devel:tools:building
Tomáš Chvátal
2013-10-30 14:22:47 +0000
2f58a4eb6cAccepting request 205130 from home:fcrozat:branches:devel:tools:building
Philipp Thomas
2013-10-29 15:21:43 +0000
63dc80c547Accepting request 195477 from home:AndreasStieger:branches:devel:tools:building
Ismail Dönmez
2013-08-17 11:53:41 +0000
f6e466f4a8Accepting request 180835 from devel:tools:building
Stephan Kulow
2013-06-25 15:12:56 +0000
99fd556f2d- Adapt automake-SuSE.patch to changed config.guess.
Philipp Thomas
2013-06-17 11:46:26 +0000
5d72b8d9f4- Update to 1.13.4: - Fix a minor regression introduced in Automake 1.13.3: when two or more user-defined suffix rules were present in a single Makefile.am, automake would needlessly include definition of some make variables related to C compilation in the generated Makefile.in (bug#14560). - Patches updated to they apply cleanly and with no offset.
Philipp Thomas
2013-06-17 11:45:26 +0000
488b7b2e08- Update to 1.13.3: * Documentation fixes: - The documentation no longer mistakenly reports that the obsolete 'AM_MKDIR_PROG_P' macro and '$(mkdir_p)' make variable are going to be removed in Automake 2.0. * Bugs fixed: - Byte-compilation of Emacs lisp files could fail spuriously on Solaris, when /bin/ksh or /usr/xpg4/bin/sh were used as shell. - If the same user-defined suffixes were transformed into different Automake-known suffixes in different Makefile.am files in the same project, automake could get confused and generate inconsistent Makefiles (automake bug#14441). For example, if 'Makefile.am' contained a ".ext.cc:" suffix rule, and 'sub/Makefile.am' contained a ".ext.c:" suffix rule, automake would have mistakenly placed into 'Makefile.in' rules to compile "*.c" files into object files, and into 'sub/Makefile.in' rules to compile "*.cc" files into object files --- rather than the other way around. This is now fixed. - Several spurious failures have been fixed (they hit especially MinGW/MSYS builds). See automake bugs #14493, #14494, #14495, #14498, #14499, #14500, #14501, #14517 and #14528. - Some other minor miscellaneous changes and fixlets.
Philipp Thomas
2013-06-12 13:24:56 +0000
26b5212a05Accepting request 176993 from devel:tools:building
Stephan Kulow
2013-06-05 09:37:41 +0000
0874722ff8fix build
Stephan Kulow
2013-05-29 09:18:44 +0000
191eaa3d74- Remove aclocal-am_ac.patch and aclocal-am_ac.sh as they aren't needed anymore and instead cause havok.
Philipp Thomas
2013-05-28 12:23:43 +0000
7d9e623ad2- Update to 1.13.2 (for the full change log please see the file NEWS in the package documentation): * Obsolescent features: - Use of suffix-less info files (that can be specified through the '@setfilename' macro in Texinfo input files) is discouraged, and its use will raise warnings in the 'obsolete' category. - Use of Texinfo input files with '.txi' or '.texinfo' extensions is discouraged, and its use will raise warnings in the 'obsolete' category. You are advised to simply use the '.texi' extension instead. * Documentation fixes: - The long-deprecated but still supported two-arguments invocation form of AM_INIT_AUTOMAKE is documented once again. * Bugs fixed: - When the 'ustar' option is used, the generated configure script no longer risks hanging during the tests for the availability of the 'pax' utility, even if the user running configure has a UID or GID that requires more than 21 bits to be represented. - The obsolete macros AM_CONFIG_HEADER or AM_PROG_CC_STDC work once again, as they did in Automake 1.12.x (albeit printing runtime warnings in the 'obsolete' category). - aclocal will no longer error out if the first local m4 directory (as specified by the '-I' option or the 'AC_CONFIG_MACRO_DIRS' or 'AC_CONFIG_MACRO_DIR' macros) doesn't exist; it will merely report a warning in the 'unsupported' category. - aclocal will no longer consider directories for extra m4 files more than once, even if they are specified multiple times. - Analysis of make flags in Automake-generated rules has been made more robust, and more future-proof. - Adapt automake-SUSE.patch to the changed sources.
Philipp Thomas
2013-05-27 14:46:08 +0000
029916bb48Accepting request 173676 from openSUSE:Factory:Staging:AutomakeDirk Mueller2013-04-29 09:54:26 +0000
7ff18ec4ecAccepting request 160251 from home:m_meister:branches:openSUSE:Factory
Ismail Dönmez
2013-03-20 15:06:14 +0000
9fb7e3db29Accepting request 156497 from openSUSE:Factory
Stephan Kulow
2013-02-27 05:43:54 +0000
f46276468brevert for now
Stephan Kulow
2013-02-27 05:42:22 +0000
9474f91aafUpdating link to change in openSUSE:Factory/automake revision 32.0
OBS User buildservice-autocommit
2013-02-27 05:42:22 +0000
1028039f83Accepting request 156374 from devel:tools:building
Stephan Kulow
2013-02-26 14:13:07 +0000
aaa72c19fe- Remove - Remove automake-add-mkdir_p-temporarly.patch: * Only temporary hack for openSUSE 12.2, now it is time to remove itDirk Mueller2013-02-25 21:28:52 +0000
aba586bf57Accepting request 155852 from home:posophe:branches:devel:tools:buildingDirk Mueller2013-02-25 09:21:00 +0000
fc1dbd958e- update config.guess/sub to the latest stateDirk Mueller2013-02-02 09:04:34 +0000
fe1d9fcdd0- Run pre_checkin.sh to sync automake-testsuite pec and .changes.
Philipp Thomas
2012-09-13 10:30:30 +0000
71b7acb528Accepting request 133690 from home:posophe:branches:devel:tools:building
Philipp Thomas
2012-09-13 10:00:12 +0000
52cf60873bAccepting request 127073 from devel:tools:building
Stephan Kulow
2012-07-04 11:50:45 +0000
e8bc2e38cdAccepting request 127065 from home:coolo:branches:openSUSE:Factory
Philipp Thomas
2012-07-04 09:03:51 +0000
dbeba12f0bAccepting request 126501 from devel:tools:building
Stephan Kulow
2012-06-29 08:14:33 +0000
73af3cafdc- Update to 1.12.1: Bugs fixed in 1.12.1: - Several weaknesses in Automake's own build system and test suite have been fixed. - Aclocal works correctly with perl 5.16.0 (automake bug#11543). - Starting from either the next minor version (1.12.2) or the next major version (1.13), Automake will start warning if 'configure.in' is used instead of 'configure.ac' as the Autoconf input. Future versions of Automake will drop support for 'configure.in' altogether.
Stephan Kulow
2012-06-29 07:00:20 +0000
42e70e1c9dAccepting request 126339 from home:derselbst
Ismail Dönmez
2012-06-27 22:51:35 +0000
a20177cb18Accepting request 123101 from devel:tools:building
Stephan Kulow
2012-06-01 05:19:33 +0000
6d82e54151- Run pre_checkin.sh manually.
Philipp Thomas
2012-05-04 13:23:38 +0000
8b129b6180Add additional programs to enable more tests
Philipp Thomas
2012-05-03 10:23:35 +0000
e6bf630680- Update to 1.12: * Changes to Yacc and Lex support: - C source and header files derived from non-distributed Yacc and/or Lex sources are now removed by a simple "make clean" (while they were previously removed only by "make maintainer-clean"). - Slightly backward-incompatible change, relevant only for use of Yacc with C++: the extensions of the header files produced by the Yacc rules are now modelled after the extension of the corresponding sources. For example, yacc files named "foo.y++" and "bar.yy" will produce header files named "foo.h++" and "bar.hh" respectively, where they would have previously produced header files named simply "foo.h" and "bar.h". This change offers better compatibility with 'bison -o'. * Miscellaneous changes: - The AM_PROG_VALAC macro now causes configure to exit with status 77, rather than 1, if the vala compiler found is too old. - The build system of Automake itself now avoids the use of make recursion as much as possible. - Automake now prefers to quote 'like this' or "like this", rather than `like this', in diagnostic message and generated Makefiles, to accommodate the new GNU Coding Standards recommendations. - Automake has a new option '--print-libdir' that prints the path of the directory containing the Automake-provided scripts and data files. - The 'dist' and 'dist-all' targets now can run compressors in - parallel. - The rules to create pdf, dvi and ps output from Texinfo files now works better with modern 'texi2dvi' script, by explicitly passing it the '--clean' option to ensure stray auxiliary files are not
Philipp Thomas
2012-04-26 14:51:31 +0000
a124ca35a6Accepting request 114339 from devel:tools:building
Stephan Kulow
2012-04-19 06:48:35 +0000
c7783a2275- Update to 1.11.5. Changes since 1.11.3: Bugs fixed: - Vala files with '.vapi' extension are now recognized and handled correctly again. See automake bug#11222. - Vala support again works for projects that contain some program built from '.vala' (and possibly '.c') sources and some other program built from '.c' sources *only*. New in 1.11.4: * WARNING: Future backward-incompatibilities! - The support for the "obscure" multilib feature has been deprecated, and will be moved out of the automake core in the next major Automake release (1.12). - The support for ".log -> .html" conversion and the check-html and recheck-html targets will be removed in the next major Automake release (1.12). - The obsolescent AM_WITH_REGEX macro has been deprecated (since the GNU rx library has been decommissioned), and will be removed in the next major Automake release (1.12). - The 'lzma' compression format for distribution archives has been deprecated in favor of xz' and lzip', and will be removed in the next major Automake release (1.12). - The '--acdir' option of aclocal is deprecated, and will probably be removed in the next major Automake release (1.12). - The exact order in which the directories in the aclocal macro search path are looked up is probably going to be changed in the next Automake release (1.12). - The Automake support for automatic de-ANSI-fication will be removed in the next major Automake release (1.12). - Starting from the next Automake release (1.12), warnings in the extra-portability' category will be enabled by -Wall' (right
Philipp Thomas
2012-04-18 09:42:54 +0000
13eeb01c03Accepting request 112895 from home:tabraham1:branches:devel:tools:building
Factory Maintainer
2012-04-18 05:07:27 +0000
f9f4942a7bAccepting request 97374 from devel:tools:building
Stephan Kulow
2011-12-21 08:59:17 +0000
357c405960Accepting request 44183 from devel:tools:building
OBS User autobuild
2010-07-30 10:34:25 +0000