]> granicus.if.org Git - sudo/commitdiff
aclocal.m4 -> acsite.m4
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 13 Mar 1995 20:56:20 +0000 (20:56 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 13 Mar 1995 20:56:20 +0000 (20:56 +0000)
make realclean updated for new autoconf
\ 6

Makefile.in

index a1d6fc259e13881d32c3617d86752a5c66762488..cbb251ec71d2206a27dbc19a9a1663edfa18772b 100644 (file)
@@ -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