diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-01-26 23:24:57 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-01-26 23:24:57 -0800 |
commit | 125c3718c28a9f7ebba9d4a96f6c75a07f8797b6 (patch) | |
tree | 5ed8775f590a601c256f12df9817efd06891ba85 /lib | |
parent | 647559c2993ca4fb3fdbdf340945f5e1afbe84d9 (diff) | |
download | emacs-125c3718c28a9f7ebba9d4a96f6c75a07f8797b6.tar.gz |
fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 36304c3e118..2ac0278f7ec 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -51,8 +51,8 @@ subdir = lib ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/extensions.m4 \ - $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/gnulib-common.m4 \ - $(top_srcdir)/m4/gnulib-comp.m4 \ + $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/gl-comp.m4 \ + $(top_srcdir)/m4/gnulib-common.m4 \ $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/mktime.m4 \ $(top_srcdir)/m4/multiarch.m4 $(top_srcdir)/m4/stddef_h.m4 \ $(top_srcdir)/m4/time_h.m4 $(top_srcdir)/m4/time_r.m4 \ |