]> git.ipfire.org Git - thirdparty/autoconf.git/commit
1999-11-10 Akim Demaille <akim@epita.fr>
authorAkim Demaille <akim@epita.fr>
Sat, 29 Jan 2000 09:46:28 +0000 (09:46 +0000)
committerAkim Demaille <akim@epita.fr>
Sat, 29 Jan 2000 09:46:28 +0000 (09:46 +0000)
commit394a96e50d05b4734439b0c4e7110c5cbd30367d
tree8a60acc25da8c0341d161810d704c8be24021b33
parentf9abb7ad1d49ba5139f4a7b33eb4757caa104881
1999-11-10  Akim Demaille  <akim@epita.fr>

No need for foo="`bar`", foo=`bar` is fine.
Simplify ${foo} and ${1} into $foo and $1.

* acgeneral.m4 (ac_LF_and_DOT): Remove the double quotes.
* acspecific.m4 (AC_PROG_CC_C_O, AC_PROG_F77_C_O): Likewise.
* autoconf.sh: Likewise.
* autoheader.sh: Likewise.
* autoreconf.sh: Likewise.
* autoupdate.sh: Likewise.
* ifnames.sh: Remove all the code and messages related to
AC_MACRODIR, since ifnames is not related to macros in anyway.
14 files changed:
ChangeLog
acgeneral.m4
acspecific.m4
autoheader.in
autoheader.sh
autoreconf.in
autoreconf.sh
bin/autoheader.in
bin/autoreconf.in
bin/ifnames.in
ifnames.in
ifnames.sh
lib/autoconf/general.m4
lib/autoconf/specific.m4