* libamu/Makefile.am (EXTRA_DIST): remove alloca.c as it's no
authorErez Zadok <ezk@cs.sunysb.edu>
Wed, 1 Jun 2005 21:17:26 +0000 (21:17 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Wed, 1 Jun 2005 21:17:26 +0000 (21:17 +0000)
longer needed.

ChangeLog
libamu/Makefile.am

index c30413d9303bb2e6a554d4c54ce5f33c6d108ad3..893de5b1472d1855cfb47cd94dd0f5710f90d581 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-01  Erez Zadok  <ezk@cs.sunysb.edu>
+
+       * libamu/Makefile.am (EXTRA_DIST): remove alloca.c as it's no
+       longer needed.
+
 2005-05-28  Erez Zadok  <ezk@cs.sunysb.edu>
 
        * completed set of fixes for irix6.5.
index 07f09b5b80f1162a04a306e51417f390213b55eb..1eac5ab5c39f7f26a3fea8ccbea42fb462def2e6 100644 (file)
@@ -25,7 +25,6 @@ libamu_la_SOURCES =   \
 ## automatically.
 ## XXX: must add the files after memcmp.c until automake 1.4+ is out
 EXTRA_DIST = memcmp.c  \
-       alloca.c        \
        clnt_sperrno.c  \
        hasmntopt.c     \
        strcasecmp.c    \