Add @datarootdir@ to quiet autoconf-2.61
bindir = @bindir@
sbindir = @sbindir@
sysconfdir = @sysconfdir@
+datarootdir = @datarootdir@
mandir = @mandir@
noexecdir = @NOEXECDIR@
$(devdir)/gram.c: $(srcdir)/gram.y
@DEV@ $(YACC) -d $(srcdir)/gram.y
@DEV@ mv -f y.tab.c gram.c
-@DEV@ if cmp y.tab.h gram.h; then rm -f y.tab.h; else mv -f y.tab.h gram.h; fi
+@DEV@ if cmp -s y.tab.h gram.h; then rm -f y.tab.h; else mv -f y.tab.h gram.h; fi
-@true
# Uncomment the lines before -@true if you intend to modify toke.l