~appimagelauncher-team/autoconf/+git/savannah:autoconf-2-15-branch

Last commit made on 1999-11-09
Get this branch:
git clone -b autoconf-2-15-branch https://git.launchpad.net/~appimagelauncher-team/autoconf/+git/savannah

Branch merges

Branch information

Name:
autoconf-2-15-branch
Repository:
lp:~appimagelauncher-team/autoconf/+git/savannah

Recent commits

2826329... by Ben Elliston <email address hidden>

1999-11-10 Ben Elliston <email address hidden>

 * testsuite/autoconf.s/defines.exp: Remove test case.

50fde11... by Ben Elliston <email address hidden>

1999-11-09 Akim Demaille <email address hidden>

 * acgeneral.m4 (AC_INIT_PARSE_ARGS): Avoid using double quotes
 inside "`...`": some shells parse this incorrectly.

c999095... by Ben Elliston <email address hidden>

1999-11-09 Akim Demaille <email address hidden>

 * autoheader.m4 (AH_CHECK_LIB): Template HAVE_LIBFOO, not
 HAVE_FOO.

5452c0e... by Ben Elliston <email address hidden>

1999-11-09 Ben Elliston <email address hidden>

 * testsuite/config/unix.exp (autoconf_version): Detect version
 numbers from the new style of output.

 * Makefile.in: Regenerate.

1999-11-09 Akim Demaille <email address hidden>

 * Makefile.am (editsh, editpl): Substitute also PACKAGE and
 VERSION.
 * autoconf.sh (version): New string.
 (--version): Use it.
 (--help) Output on stdout, not stderr.
 * autoheader.sh: Likewise.
 * autoreconf.sh: Likewise.
 * autoscan.pl: Likewise.
 * autoupdate.sh: Likewise.
 * ifnames.sh: Likewise.

062f273... by Ben Elliston <email address hidden>

1999-11-09 Ben Elliston <email address hidden>

 * TODO: Update.

dc08b45... by Ben Elliston <email address hidden>

1999-10-31 Akim Demaille <email address hidden>

 * autoheader.m4 (AC_FUNC_ALLOCA): Rename from this ...
 (AH_FUNC_ALLOCA): ... to this. Includes all the needed templates.
 (AC_C_CHAR_UNSIGNED): Rename from this ...
 (AH_C_CHAR_UNSIGNED): ... to this.

24dd0b0... by Ben Elliston <email address hidden>

Document ac_max_here_line's future. From Akim.

ccbb05c... by Ben Elliston <email address hidden>

1999-10-31 Ben Elliston <email address hidden>

 * Makefile.am (CLEANFILES): New explicit variable.
 (editsh): acdatadir is no longer defined, so use pkgdatadir.
 (editpl): Likewise. From Akim Demaille <email address hidden>.
 * Makefile.in: Regenerate.

cd2f3be... by Ben Elliston <email address hidden>

1999-10-31 Ben Elliston <email address hidden>

 * configure: Regenerate.
 * aclocal.m4: New generated file.
 * Makefile.in: Regenerate with Automake.
 * testsuite/Makefile.in: Likewise.

1999-10-31 Akim Demaille <email address hidden>

 Use Automake. Based on files from Ben Elliston.

 * acgeneral.m4: No longer define AC_ACVERSION, include
  acversion.m4.
 * acversion.m4.in: New AC_CONFIG_FILE.
 * acspecific.m4: Few formating changes.
 * autoconf.texi: No longer define EDITION, VERSION and UPDATED:
 include version.texi.
 AC_OUTPUT the Makefiles mentioned below and acversion.m4.
 * configure.in: Use AM_INIT_AUTOMAKE.
  Do not AC_ARG_PROGRAM: AM_INIT_AUTOMAKE does it.
 * Makefile.am: New file.
 * mdate-sh: Likewise.
 * missing: Likewise.
 * testsuite/Makefile.am: Likewise.

e9ff546... by Ben Elliston <email address hidden>

Indenting fix.