sinclude(../libtool.m4) dnl The lines below arrange for aclocal not to bring libtool.m4 dnl AM_PROG_LIBTOOL into aclocal.m4, while still arranging for automake dnl to add a definition of LIBTOOL to Makefile.in. ifelse(yes,no,[ AC_DEFUN([AM_PROG_LIBTOOL],) AC_SUBST(LIBTOOL) ]) sinclude(../gettext.m4) ifelse(yes,no,[ AC_DEFUN([CY_WITH_NLS],) AC_SUBST(INTLLIBS) ]) an='2'>cgit logo index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/modules/examples/panic_string/panic_string.c
AgeCommit message (Expand)Author
2021-10-21fix various typos, mainly in comments, but also in man pages and log messages.andvar
2020-01-30Align major numbers in example modules with sys/conf/majorskamil
2018-05-29Introduce new example kernel module: panic_stringkamil