Skip to content
Snippets Groups Projects
configure.in 94 B
Newer Older
  • Learn to ignore specific revisions
  • Niels Möller's avatar
    Niels Möller committed
    # $Id$
    AC_INIT(sha.c)
    
    AC_PROG_CC
    AC_PROG_CPP
    AC_PROG_RANLIB
    
    AC_C_CONST
    
    AC_OUTPUT(Makefile)