From: Todd C. Miller Date: Mon, 13 Mar 1995 20:56:20 +0000 (+0000) Subject: aclocal.m4 -> acsite.m4 X-Git-Tag: SUDO_1_4_0~623 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3457aaf0cc1a9dac932733453cbbf4861d61bf1;p=sudo aclocal.m4 -> acsite.m4 make realclean updated for new autoconf  --- diff --git a/Makefile.in b/Makefile.in index a1d6fc259..cbb251ec7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -23,6 +23,8 @@ #* along with this program; if not, write to the Free Software #* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #* +#* @configure_input@ +#* #### Start of system configuration section. #### @@ -96,7 +98,7 @@ HDRS = sudo.h pathnames.h options.h compat.h version.h insults.h VERSION = 1.3.1pl5 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING INSTALL Makefile.in PORTING \ - README SUPPORTED TODO OPTIONS HISTORY aclocal.m4 getcwd.c putenv.c \ + README SUPPORTED TODO OPTIONS HISTORY acsite.m4 getcwd.c putenv.c \ strdup.c tgetpass.c config.h.in configure.in configure indent.pro \ installbsd sample.sudoers sudo.man sudo.cat sudoers aixcrypt.exp \ visudoers/Makefile.in visudoers/compat.h visudoers/config.h \ @@ -166,7 +168,7 @@ clean: mostlyclean: clean distclean: clean - rm -f Makefile config.h config.status + rm -f Makefile config.h config.status config.cache config.log ( cd visudoers && rm -f Makefile ) realclean: distclean