kc3-lang/automake/configure.in

Branch :


Log

Author Commit Date CI Message
f7189ec9 2002-06-26 08:15:25 * configure.in: Check that ln works, fall back to `cp -p'. * Makefile.am (install-exec-hook): Use $(LN) instead of ln. Reported by Andreas Buening.
cd3344e6 2002-04-10 20:45:16 * configure.in (APIVERSION): Fix definition.
d28dd5c2 2002-03-06 06:47:51 * configure.in: Upped version to 1.6a.
c75d6ce9 2002-03-06 04:45:32 * configure.in: Released 1.6.
aa5daee4 2002-01-28 01:47:03 * configure.in: Bumped to 1.5e.
d533090c 2002-01-28 00:38:32 * configure.in: Released 1.5d.
9505cf77 2002-01-18 21:13:37 * configure.in (APIVERSION): Refined definition.
b85334eb 2002-01-16 19:05:47 * Makefile.am (install-exec-hook): Use APIVERSION. * m4/init.m4 (AM_INIT_AUTOMAKE): Use am__api_version. * m4/amversion.in (AM_AUTOMAKE_VERSION): Set am__api_version from APIVERSION. * automake.in (perllibdir): Use APIVERSION. (libdir): Likewise. * aclocal.in (perllibdir): Use APIVERSION. (APIVERSION): New global. (parse_arguments): Use APIVERSION. * configure.in (APIVERSION): New subst. (pkgvdatadir): Use APIVERSION.
447ca35b 2002-01-15 23:54:14 * missing: Updated. * lib/missing: Match against `automake*' to pick up versioned automake. * m4/init.m4 (AM_INIT_AUTOMAKE): Use versioned automake name. * m4/amversion.in (AM_AUTOMAKE_VERSION): Set am__version variable. * lib/am/Makefile.am (amdir): Use pkgvdatadir. * lib/Makefile.am (dist_pkgvdata_DATA): Renamed to use pkgvdatadir. (scriptdir): Use pkgvdatadir. (installcheck-local): Likewise. * lib/Automake/Makefile.am (perllibdir): Use pkgvdatadir. * automake.in (perllibdir): Added VERSION. (libdir): Likewise. * aclocal.in (parse_arguments): Search versioned directory. Don't push unversioned directory unless it exists. (perllibdir): Added VERSION. (default_acdir): New global. * m4/Makefile.am (m4datadir): Added $(VERSION). * Makefile.am (install-exec-hook): New target. * configure.in (ACLOCAL): Search build directory. (pkgvdatadir): New subst.
45c5938c 2002-01-09 08:52:09 * automake.texi (Complete, Macros, Options): Document the new style AM_INIT_AUTOMAKE. Remove AM_AUTOMAKE_OPTIONS documentaion. * m4/init.m4 (AM_INIT_AUTOMAKE): Get PACKAGE and VERSION from AC_INIT if they are available there. Support a new call form where the only argument is an optional space-separated list of Automake options. * m4/options.m4 (AM_AUTOMAKE_OPTIONS): Remove. (_AM_MANGLE_OPTION, _AM_SET_OPTION, _AM_SET_OPTIONS, _AM_IF_OPTION): New functions. * automake.in (AC_INIT_PATTERN): New variable. (global_options_line): Remove, use $seen_init_automake instead. (scan_one_autoconf_file, scan_autoconf_traces): Set $package_version from AC_INIT if available. Support the new style AM_INIT_AUTOMAKE. Remove the AM_AUTOMAKE_OPTIONS handling. * configure.in: Modernize. * tests/defs (configure.in): Modernize. One third of the tests still overwrite the default configure.in and use an old AM_INIT_AUTOMAKE call, so that makes testing for both. * tests/nodefine.test, tests/nodefine2.test: New files. * tests/Makefile.am (TESTS): Add them.
115c3b80 2002-01-07 21:10:26 * configure.in: Run the Autoconf test in a subdirectory, then erase this directory.
57a6006e 2002-01-07 20:25:24 * configure.in (AUTOMAKE): Create m4/amversion.m4. * m4/amversion.in: New file. * m4/Makefile.am (m4data_DATA, EXTRA_DIST): Replace by ... (dist_m4data_DATA): ... this. (nodist_m4data_DATA, DISTCLEANFILES): Add amversion.m4. * m4/init.m4 (AM_INIT_AUTOMAKE): Require AM_SET_CURRENT_AUTOMAKE_VERSION. * automake.in (seen_automake_version): New variable. (scan_autoconf_traces, scan_one_autoconf_file, scan_autoconf_files): Scan for AM_AUTOMAKE_VERSION and complain when the version used in aclocal.m4 differs from Automake's. * tests/defs (ACLOCAL): Look in ../m4 too. * tests/installsh.test (ACLOCAL): Likewise. * tests/installdir.test (installdirs-local): Run $ACLOCAL.
618180ce 2002-01-04 18:47:34 * configure.in (ACLOCAL): Set perllibdir. From Nicolas Joly.
511b20a5 2001-12-31 00:16:37 For PR automake/215: * configure.in: Use AM_AUTOMAKE_OPTIONS. * Makefile.am (AUTOMAKE_OPTIONS): Removed. * automake.texi (Macros): Document AM_AUTOMAKE_OPTIONS. (Options): Mention AM_AUTOMAKE_OPTIONS. * automake.in (global_options): New global. (global_options_line): Likewise. (scan_autoconf_traces): Trace AM_AUTOMAKE_OPTIONS. (scan_one_autoconf_file): Likewise. (process_option_list): New function. (handle_options): Use it. Also, handle global options. * m4/Makefile.am (m4data_DATA): Added options.m4. * m4/options.m4: New file.
3ce01340 2001-12-26 08:22:06 * configure.in: Test for Autoconf >= 2.52. * tests/defs (needs_autoconf, has_autoconf): Delete definition. * tests/ansi3.test, tests/ansi5.test, tests/ccnoco.test, tests/cond4.test, tests/cond9.test, tests/cond16.test, tests/cond18.test, tests/cond19.test, tests/cond20.test, tests/confsub.test, tests/depcomp2.test, tests/depdist.test, tests/depend2.test, tests/dirname.test, tests/distname.test, tests/extra5.test, tests/install2.test, tests/lex3.test, tests/make.test, tests/nobase.test, tests/pr9.test, tests/pr87.test, tests/stamph2.test, tests/subdir5.test, tests/subdirbuiltsources.test, tests/subobj3.test, tests/subobj5.test, tests/subobj6.test, tests/substref.test, tests/target-cflags.test, tests/yacc4.test, tests/yacc7.test, tests/yaccvpath.test: Do not use $needs_autoconf.
d452feac 2001-12-14 16:32:13 * configure.in: Bump version to 1.5c.
80b24bbd 2001-12-14 16:25:37 * configure.in: Bump version to 1.5b. * lib/config.sub, lib/config.guess: New versions from FSF. * lib/am/lex.am, lib/am/yacc.am: Use `rm -f', not `rm'.
87a415ec 2001-09-22 16:29:23 * configure.in, NEWS: Bump to 1.5a. Require 2.52.
0668ce98 2001-09-22 16:05:36 * ChangeLog, ChangeLog.1996, ChangeLog.1998, ChangeLog.2000, Makefile.am, NEWS, README, TODO, configure.in, lib/Makefile.am, lib/acinstall, lib/am/Makefile.am, m4/Makefile.am, m4/as.m4, m4/auxdir.m4, m4/ccstdc.m4, m4/cond.m4, m4/depend.m4, m4/depout.m4, m4/dmalloc.m4, m4/error.m4, m4/gcj.m4, m4/header.m4, m4/init.m4, m4/install-sh.m4, m4/lex.m4, m4/lispdir.m4, m4/maintainer.m4, m4/make.m4, m4/minuso.m4, m4/missing.m4, m4/multi.m4, m4/obstack.m4, m4/protos.m4, m4/ptrdiff.m4, m4/python.m4, m4/regex.m4, m4/sanity.m4, m4/strip.m4, m4/termios.m4, m4/winsz.m4: Add copyright notice. * INSTALL, lib/INSTALL: Upgrade to latest autoconf version, which has a copyright notice.
80b69b2a 2001-08-11 21:31:43 * configure.in: Upped to 1.4s.
a011649b 2001-07-31 06:09:19 * configure.in: Upped to version 1.4k.
60903702 2001-07-31 05:45:25 * configure.in: Released 1.4j.
4d130831 2001-07-04 03:44:18 * configure.in: Upped to 1.4i.
da09285c 2001-07-04 03:25:16 * configure.in: Released 1.4h.
c487815e 2001-05-20 18:05:06 * configure.in: Updated to 1.4g.
35a25603 2001-05-20 17:17:45 * configure.in: Updated to 1.4f.
9618da20 2001-05-14 04:48:45 2001-05-13 Tom Tromey <tromey@redhat.com> * tests/defs: Find files to copy in lib/. * automake.in (perllibdir): Set to Automake directory. * ansi2knr.c, ansi2knr.1: Removed. * Makefile.am (dist_am_DATA): Removed. (amdir): Removed. (maintainer-check): Look for lib/am/*.am. Expect 28 lines of diffs. (scriptdir): Removed. (dist_script_DATA): Likewise. (install-data-hook): Likewise. (installcheck-local): Likewise. (TAGS_FILES): Removed amfiles. (dist_pkgdata_DATA): Removed ansi2knr.c and ansi2knr.1. * tests/installsh.test (AUTOMAKE): Use --libdir, not --amdir, and point it to the right directory. * ansi2knr.am, check.am, clean-hdr.am, clean.am, comp-vars.am, compile.am, configure.am, data.am, dejagnu.am, depend.am, depend2.am, distdir.am, footer.am, header-vars.am, header.am, install.am, java.am, lang-compile.am, lex.am, library.am, libs.am, libtool.am, lisp.am, ltlib.am, ltlibrary.am, mans-vars.am, mans.am, multilib.am, program.am, progs.am, python.am, remake-hdr.am, scripts.am, subdirs.am, tags.am, texi-vers.am, texibuild.am, texinfos.am, yacc.am: Moved to lib/am/. * configure.in (AC_OUTPUT): Added lib/am/Makefile. (AUTOMAKE): Use --libdir, not --amdir. Ues AC_CONFIG_AUX_DIR. * lib/Makefile.am (SUBDIRS): Added `am'. (scriptdir): New macro. (dist_script_DATA): Likewise. (dist_pkgdata_DATA): Likewise. (install-data-hook): New target. (installcheck-local): Likewise. * lib/am/Makefile.in: New file. * lib/am/Makefile.am: Removed everything except amdir and dist_am_DATA. 2001-05-13 Akim Demaille <akim@epita.fr> * automake.in ($pkgdata_dir): Rename as... ($libdir): this. ($am_dir): Remove, replace it's uses with $libdir. (&parse_arguments): Replace --amdir with --libdir. * automake.texi (Invoking Automake): Document --libdir, not --amdir. * tests/defs (AUTOMAKE): Use --libdir, not --amdir.
f0c631a5 2001-05-04 09:31:45 * configure.in: Set perllibdir. From Dave Morrison.
0ffa422b 2001-05-03 08:21:05 Case insensitive FS choke on Automake/ vs automake. Reported by Tim Van Holder. * Automake/: Move in... * lib/: this new directory.
27251165 2001-04-27 10:45:14 * Automake/: New directory. * Automake/Struct.pm: New file, based on Perl 5.6's Class::Struct. * automake.in (Language): Use Automake::Struct. * tests/defs: Adjust to find Struct.
5b2edc13 2001-02-16 05:56:09 * configure.in: Require Perl 5.005. * automake.in: Require 5.005.
d79a04dc 2001-02-13 07:03:55 * configure.in: Updated to 1.4e for cvs.
e53585cb 2001-02-13 06:52:58 * configure.in: Updated to 1.4d and released.
407f252e 2000-12-23 21:42:43 * configure.in: Updated to 1.4c for cvs.
409b58a8 2000-12-23 21:30:30 * configure.in: Updated to 1.4b and released.
3965c81e 1999-06-24 18:18:34 1999-06-25 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp> * configure.in (ACLOCAL): Do not prepend the variable SRCDIR to m4. (AUTOMAKE): Set --amdir to current directory.
24fdadd5 1999-06-08 18:22:39 * configure.in (ACLOCAL, AUTOMAKE): Use our own scripts, with appropriate --acdir and --amdir arguments.
af49c4fe 1999-03-26 22:34:03 * Makefile.in: Rebuilt. * Makefile.am: Updated to reflect removal of TAR subst. * automake.texi (Options): Document dist-bzip2. * automake.in (TAR): Removed global. (initialize_global_constants): Changed `dist' to use pipe with gzip; work with non-GNU tar. (handle_dist): Handle non-GNU tar. Don't define TAR. (initialize_global_constants): Added `dist-bzip2' entry. (handle_options): Recognize dist-bzip2 option. (handle_dist): Likewise. * configure: Rebuilt. * configure.in: Don't check for tar. * m4/init.m4 (AM_INIT_AUTOMAKE): Check for `tar'. Substitute AMTARFLAGS.
645f982c 1999-01-15 09:43:48 * configure.in: Version 1.4a (oops).
47aeeb94 1999-01-14 23:16:03 * configure.in: Updated version to 1.5a.
dd6c734c 1999-01-10 21:01:06 1999-01-10 Tom Tromey <tromey@cygnus.com> * automake.in (objc_extensions): New sub. (handle_dependencies): Only generate dependency-tracking code for ObjC when ObjC source seen. 1998-12-22 Marcus G. Daniels <mgd@chama.santafe.edu> * automake.in (handle_dependencies): Transform EXT & PFX in Objective C case. 1998-12-11 Marcus G. Daniels <mgd@chama.santafe.edu> * automake.in: Register Objective C language. (finish_languages): Consider Objective C to be non_c. (lang_objc_rewrite, lang_objc_finish): New functions. (resolve_linker): Recognize OBJCLINK before LINK.
2f5c5e73 1998-12-02 13:15:20 * configure.in: Upped version to 1.3e (1.3d was just released).
403a3cef 1998-12-02 12:47:00 * configure.in: Upped version to 1.3d.
df2d56e0 1998-09-26 19:16:56 Upped version number in configure.in
af650dd5 1998-08-12 20:17:43 upped to 1.3b
b5b61792 1998-07-17 17:22:43 AM_MAKEFLAGS patch from Ian
42edeab6 1998-04-05 22:50:32 upped to version 1.3
c172f1e8 1998-03-23 18:31:18 upped to 1.2h
4816911e 1998-03-19 07:51:31 upped to 1.2g for Per
b219e3bc 1998-02-24 20:39:48 upped version to 1.2f
46d1e88d 1998-02-13 07:31:03 upped to 1.2e
1ad64040 1997-11-26 21:48:09 upped to 1.2d
92e7f9f8 1997-09-29 19:26:23 fixed 'make dist'
3cd0636b 1997-09-25 05:55:06 released 1.2b
d699e713 1997-08-28 15:52:35 upped version number
6a517d6f 1997-06-23 02:15:22 version 1.2
61d75925 1997-05-27 05:02:22 upped to 1.1q
f3f2a0c2 1997-05-27 04:58:46 disallow use of perl 5.001
d374963e 1997-04-30 01:59:37 now 1.1p
52a7eb6b 1997-04-28 03:31:07 nothing
9c11ddf6 1997-03-24 20:48:14 fixed bug in sanity check
7279b801 1997-02-23 19:42:25 now 1.1m
1b10e923 1997-02-21 07:50:43 many fixes
1895feea 1996-12-07 21:41:41 fixed remake2.test
1f62a0eb 1996-12-04 07:48:44 allow -local clean rules
4d712526 1996-12-03 17:48:56 bug fix
5ad5323e 1996-12-02 20:52:12 bug fix and version increment
ee31c619 1996-11-15 06:54:00 Bug fixes
85fe4e7a 1996-11-08 23:06:54 bug fixes
3615bcf8 1996-10-06 16:09:41 fixlet
7e378559 1996-09-12 04:41:04 Fixed bug with variable interpolation
45a3c61b 1996-09-11 18:32:38 Last-minute bug fixes; moved to 1.1e
f1a4268a 1996-08-11 20:47:15 Fixlets
6009013f 1996-08-06 17:03:16 Fixlets
7afb4a4a 1996-08-05 23:37:10 More fixes
ae0c9a76 1996-08-05 22:45:55 Better aclocal/AM_ support
6b87289f 1996-08-05 06:21:03 Another bug fix
52aa7739 1996-07-28 17:54:08 Include aclocal
3fa2bf10 1996-06-02 17:14:29 Bug fixes. More dejagnu support
b499e97e 1996-05-29 01:28:06 Moved to 1.0
05f8cfd9 1996-05-23 16:17:06 Run installcheck target from distcheck
30c068a4 1996-05-16 04:33:51 Fixes
e1bf1702 1996-03-14 16:57:13 Bug fixes
43c7da22 1996-02-28 19:10:06 Bug fixes, test feature
e24e3bdc 1996-02-11 00:35:29 Beginnings of test suite
9c273b94 1996-02-08 04:20:26 Upped to 0.30. Doc fixes
486eeea7 1996-01-14 05:38:42 Now release 0.29
dce4a1e5 1996-01-05 06:33:44 Merged dist targets into automake proper
53979e0a 1996-01-03 19:34:40 Minor fixes
e3761a57 1996-01-03 18:57:10 Doc update. Moved to 0.27
400dbe2d 1995-12-10 23:24:26 New version. Don't allow distribution if NEWS file not up-to-date.
35ae39c0 1995-12-09 07:45:07 Version 0.25
172d6606 1995-11-30 00:08:38 Version 0.24.
1d0cb6bb 1995-11-29 23:23:02 Version 0.23
26685a08 1995-11-28 02:26:11 Version 0.22.
c7c22336 1995-11-27 23:31:58 Turned off internationalization.
9e3ad4f7 1995-11-27 19:09:34 Abort if perl not found
48a9583e 1995-11-27 19:08:06 Look for perl
9c637845 1995-11-26 06:18:23 Use AC_CONFIG_HEADER.
bfc7c8aa 1995-11-25 19:56:04 Turned on internationalization