* configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
This commit is contained in:
parent
8ad96b1dcc
commit
68169a3349
2 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
2012-07-31 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
|
||||
|
||||
* configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
|
||||
Move here from src.
|
||||
|
||||
|
|
|
@ -3889,9 +3889,8 @@ AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "${canonical}",
|
|||
[Define to the canonical Emacs configuration name.])
|
||||
AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "${ac_configure_args}",
|
||||
[Define to the options passed to configure.])
|
||||
if test -z "No longer used"; then
|
||||
AC_DEFINE(config_opsysfile, [], [Define to the used os dependent file.])
|
||||
fi
|
||||
AH_TEMPLATE(config_opsysfile, [Some platforms that do not use configure
|
||||
define this to include extra configuration information.])
|
||||
|
||||
XMENU_OBJ=
|
||||
XOBJ=
|
||||
|
|
Loading…
Add table
Reference in a new issue