- Timestamp:
- Jun 1, 2020, 7:24:52 AM (2 years ago)
- Branches:
- asyncio, master
- Children:
- 2b1b52f
- Parents:
- f97f44c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
m4/outoforder.m4
rf97f44c rcb1d852 23 23 chmod +x $1 24 24 ]) 25 26 dnl this macro adds a maintainer mode option to enable programmer specific27 dnl code in makefiles28 AC_DEFUN([OOO_MAINTAIN_MODE],[29 AC_ARG_ENABLE(30 maintainer,31 [AC_HELP_STRING([--enable-maintainer],[Enable maintainer mode for this project])],32 AC_MSG_RESULT([Enabling Maintainer Mode!!])33 OOO_MAINTAIN=1,34 OOO_MAINTAIN=0)35 AC_SUBST(OOO_MAINTAIN)36 ])
Note: See TracChangeset
for help on using the changeset viewer.