aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Accept non-canonical cross-compilersSamuel Thibault2024-02-021-1/+1
| | | | to let people use gnu 32bit compilers from e.g. Linux
* mig: remove local definition of 'vprintf'Guy-Fleury Iteriteka2022-05-021-4/+0
| | | | | | | | | | autoconf consider that 'AC_FUNC_VPRINTF' is obsolescent. see 'info autoconf AC_FUNC_VPRINTF' * Makefile.am: remove 'vprint.c' on src files. configure.ac: remove 'AC_FUNC_VPRINTF' macro. vprint.c: delete file. Message-Id: <Ym+H/OM0PnucKO4w@debian>
* build: Distribute tarball compressed with xz instead of bzip2Guillem Jover2018-11-061-1/+1
| | | | * configure.ac (AM_INIT_AUTOMAKE): Change dist-bzip2 to dist-xz.
* GNU MIG 1.8Thomas Schwinge2016-12-181-1/+1
| | | | | * configure.ac (AC_INIT): Set version to 1.8. * NEWS: Finalize for 1.8.
* GNU MIG 1.7Thomas Schwinge2016-05-181-1/+1
| | | | | * configure.ac (AC_INIT): Set version to 1.7. * NEWS: Finalize for 1.7.
* Simple testsuite for MIG.Flavio Cruz2016-04-191-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | This includes a set of valid and invalid definition files that MIG will try to process. For valid definitions, GCC will compile the stubs to check if valid C code was generated. * configure.ac: Add new test Makefiles. * Makefile.am: Add SUBDIRS. * tests/Makeconf.am: Automake definitions shared by all test subdirectories. * tests/test_lib.sh: Library of functions shared by all test drivers. * tests/good/run_good_test.sh: Script to run valid definition files. * tests/good/Makefile.am: New file. * tests/bad/Makefile.am: New file. * tests/generate-only/Makefile.am: New file. * tests/bad/run_bad_test.sh: Script to run invalid definition files. * tests/generate-only/run_generate_only.sh: Script to run valid definition files that should be generated only. * tests/includes/*.h: Test header files that are included by test stubs. * tests/good/*.defs: Valid definition files where generated stubs can be compiled. * tests/generate_only/*.defs: Valid definition files that can be generated but no compilation should be attempted. * tests/bad/*.defs: Definition files with problems that should be detected by MIG.
* GNU MIG 1.6Thomas Schwinge2015-10-311-1/+1
| | | | | * configure.ac (AC_INIT): Set version to 1.6. * NEWS: Finalize for 1.6.
* GNU MIG 1.5.Thomas Schwinge2015-04-101-1/+1
| | | | | * configure.ac (AC_INIT): Set version to 1.5. * NEWS: Finalize for 1.5.
* Test the configured yacc programDavid Michael2015-02-061-1/+1
| | | | * configure.ac (yacc_is_bison): Test the configured yacc program.
* Check that yacc is provided by bisonYves-Gael Cheny ( irc hurdman_begin )2015-02-061-0/+6
| | | | * configure.ac: Check that yacc --version contains bison.
* GNU MIG 1.4.Thomas Schwinge2013-09-271-1/+1
| | | | | | * configure.ac (AC_INIT): Set version to 1.4. * NEWS: Finalize changes for 1.4. * README: Update.
* Drop alloca.cJustus Winter2013-08-191-1/+0
| | | | | | | | This file was only used with GCC < 2, so it's time to drop it. * alloca.c: Remove file. * configure.ac: Remove test for alloca. * Makefile.am (migcom_LDADD): Remove @ALLOCA@.
* Add silent rules support if available and disable it by defaultGuillem Jover2011-08-301-0/+3
| | | | | | | | | * configure.ac (AM_SILENT_RULES): Add silent rules support if available, and disable it by default. * Makefile.am (AWK_V, AWK_V_, AWK_V_0): New variables. (.sym.symc): Use AWK_V in front of AWK. (.symc.symo): Use AM_V_CC in front of TARGET_CC. (.symo.h): Use AM_V_GEN in front of sed.
* 2006-12-04 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-12-041-0/+1
| | | | * configure.ac (AM_INIT_AUTOMAKE): Add `dist-bzip2'.
* 2006-12-04 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-12-041-1/+2
| | | | | | | | | * Makefile.am (AUTOMAKE_OPTIONS): Remove variable after having moved the `gnu' option to... * configure.ac (AM_INIT_AUTOMAKE): ... here. Bump version to 1.3.1.99. * NEWS: Update. * README: Likewise.
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-291-1/+4
| | | | * configure.ac (AM_INIT_AUTOMAKE): Add the `no-define' option.
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-291-0/+49
* configure.in: Move to... * configure.ac: ... here and overhaul a bit.