diff options
-rw-r--r-- | Makefile.in | 6 | ||||
-rw-r--r-- | aclocal.m4 | 2 | ||||
-rwxr-xr-x | configure | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index 3c10092b0..a8ee7fab1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -93,9 +93,9 @@ CONFIG_CLEAN_FILES = DATA = $(aclocal_DATA) DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ -Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess config.sub \ -configure configure.in install-sh ltconfig ltmain.sh mdate-sh missing \ -mkinstalldirs +Makefile.in NEWS THANKS TODO acinclude.m4 aclocal.m4 config.guess \ +config.sub configure configure.in install-sh ltconfig ltmain.sh \ +mdate-sh missing mkinstalldirs DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) diff --git a/aclocal.m4 b/aclocal.m4 index 0d20a659f..a5c39116a 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -255,7 +255,7 @@ AC_MSG_CHECKING([for ld used by the C compiler ($CC $CFLAGS $LDFLAGS)]) AC_CACHE_VAL(am_cv_path_LD, [case "$LD" in /*) - ac_cv_path_LD="$LD" # Let the user override the test with a path. + am_cv_path_LD="$LD" # Let the user override the test with a path. ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" @@ -1129,7 +1129,7 @@ if eval "test \"`echo '$''{'am_cv_path_LD'+set}'`\" = set"; then else case "$LD" in /*) - ac_cv_path_LD="$LD" # Let the user override the test with a path. + am_cv_path_LD="$LD" # Let the user override the test with a path. ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" |