| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
to let people use gnu 32bit compilers from e.g. Linux
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
* configure.ac (AM_INIT_AUTOMAKE): Change dist-bzip2 to dist-xz.
|
|
|
|
|
| |
* configure.ac (AC_INIT): Set version to 1.8.
* NEWS: Finalize for 1.8.
|
|
|
|
|
| |
* configure.ac (AC_INIT): Set version to 1.7.
* NEWS: Finalize for 1.7.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
* configure.ac (AC_INIT): Set version to 1.6.
* NEWS: Finalize for 1.6.
|
|
|
|
|
| |
* configure.ac (AC_INIT): Set version to 1.5.
* NEWS: Finalize for 1.5.
|
|
|
|
| |
* configure.ac (yacc_is_bison): Test the configured yacc program.
|
|
|
|
| |
* configure.ac: Check that yacc --version contains bison.
|
|
|
|
|
|
| |
* configure.ac (AC_INIT): Set version to 1.4.
* NEWS: Finalize changes for 1.4.
* README: Update.
|
|
|
|
|
|
|
|
| |
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@.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* configure.ac (AM_INIT_AUTOMAKE): Add `dist-bzip2'.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* configure.ac (AM_INIT_AUTOMAKE): Add the `no-define' option.
|
|
* configure.in: Move to...
* configure.ac: ... here and overhaul a bit.
|