patch-autoconf_Makefile.defines.in 492 B

123456789101112131415161718192021
  1. --- autoconf/Makefile.defines.in.orig Thu Apr 13 06:55:58 2000
  2. +++ autoconf/Makefile.defines.in Sun Apr 24 22:44:14 2011
  3. @@ -4,6 +4,8 @@
  4. CC = @CC@
  5. CCFLAGS = @CFLAGS@
  6. +CPPFLAGS = @CPPFLAGS@
  7. +LDFLAGS = @LDFLAGS@
  8. # -march=pentiumpro -mcpu=pentiumpro
  9. RANLIB = @RANLIB@
  10. @@ -45,6 +47,8 @@ AFTER_DIR = @with_afterdir@
  11. AFTER_SAVE = @with_afterdir@/.workspace_state
  12. AFTER_NONCF = @with_afterdir@/non-configurable
  13. +
  14. +DESTDIR =
  15. #
  16. # End of Make.defines
  17. #