diff options
| author | Glenn Morris | 2011-05-25 20:55:14 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-05-25 20:55:14 -0400 |
| commit | d0ff0c7d7a53f17af48b2ced1bbcabed003b9307 (patch) | |
| tree | 18309bd8bfe2a4faf9843cfe8323d27963885f86 | |
| parent | eafed945b786c14e5101f91f7163c61fb91ec9c0 (diff) | |
| download | emacs-d0ff0c7d7a53f17af48b2ced1bbcabed003b9307.tar.gz emacs-d0ff0c7d7a53f17af48b2ced1bbcabed003b9307.zip | |
* configure.in: Comment fix.
| -rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index e4b3a4ec7fc..c30f5b456e9 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -3702,8 +3702,8 @@ test "${exec_prefix}" != NONE && | |||
| 3702 | exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`] | 3702 | exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`] |
| 3703 | 3703 | ||
| 3704 | dnl Obviously there is duplication here wrt $SUBDIR_MAKEFILES. | 3704 | dnl Obviously there is duplication here wrt $SUBDIR_MAKEFILES. |
| 3705 | dnl You _can_ use that variable here, so long as any directory using | 3705 | dnl You _can_ use that variable in AC_CONFIG_FILES, so long as any directory |
| 3706 | dnl automake (ie lib/) is explicitly listed and not "hidden" in a variable | 3706 | dnl using automake (ie lib/) is explicitly listed and not "hidden" in a variable |
| 3707 | dnl (else you get "no `Makefile.am' found for any configure output"). | 3707 | dnl (else you get "no `Makefile.am' found for any configure output"). |
| 3708 | dnl This will work, but you get a config.status that is not quite right | 3708 | dnl This will work, but you get a config.status that is not quite right |
| 3709 | dnl (see http://lists.gnu.org/archive/html/bug-autoconf/2008-08/msg00028.html). | 3709 | dnl (see http://lists.gnu.org/archive/html/bug-autoconf/2008-08/msg00028.html). |