* aesopt.h: Include autoconf.h
authorKen Raeburn <raeburn@mit.edu>
Thu, 30 Mar 2006 10:17:20 +0000 (10:17 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 30 Mar 2006 10:17:20 +0000 (10:17 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17806 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/aes/ChangeLog
src/lib/crypto/aes/Makefile.in
src/lib/crypto/aes/aesopt.h

index 980251358cf5d76d75125e1be5c1929c8bdc5961..699042caaea9464f69c6db9bed478292eb45094a 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-30  Ken Raeburn  <raeburn@mit.edu>
+
+       * aesopt.h: Include autoconf.h.
+
 2005-05-03  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in (aes-gen): Use CC_LINK.  Reported by Mike Friedman.
index 6ff95aa27176d0fa299994e436e7ab400ddddc46..d37c41c31f1138d8904d7db00330e4cb503c7734 100644 (file)
@@ -75,11 +75,12 @@ clean::
 # the Makefile.in file
 #
 aescrypt.so aescrypt.po $(OUTPRE)aescrypt.$(OBJEXT): \
-  aescrypt.c aesopt.h aes.h uitypes.h
+  aescrypt.c aesopt.h $(BUILDTOP)/include/autoconf.h \
+  aes.h uitypes.h
 aestab.so aestab.po $(OUTPRE)aestab.$(OBJEXT): aestab.c \
-  aesopt.h aes.h uitypes.h
+  aesopt.h $(BUILDTOP)/include/autoconf.h aes.h uitypes.h
 aeskey.so aeskey.po $(OUTPRE)aeskey.$(OBJEXT): aeskey.c \
-  aesopt.h aes.h uitypes.h
+  aesopt.h $(BUILDTOP)/include/autoconf.h aes.h uitypes.h
 aes_s2k.so aes_s2k.po $(OUTPRE)aes_s2k.$(OBJEXT): aes_s2k.c \
   $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/osconf.h \
   $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
index 709c2ed993332f00c5c893808d702767aad24548..e7f3efa784e53fb4e1a5ceeb35576349190df854 100644 (file)
     of the related #if clauses.
 */
 
+#include "autoconf.h"
+
 /*  1. PLATFORM SPECIFIC INCLUDES */
 
 #if /* defined(__GNUC__) || */ defined(__GNU_LIBRARY__)