This gist details the following:
- Converting a Subversion (SVN) repository into a Git repository
- Purging the resultant Git repository of large files
- Retrieve a list of SVN commit usernames
| [prova] | |
| opzione = 1 |
| inlcude common.mk | |
| MYVAR = one | |
| print: | |
| @ echo $(MYVAR) | |
| ## this should return: one two three |
This gist details the following:
| VARIABLE=variable | |
| AC_INIT([test], 1.0) | |
| AC_DEFUN([prova], | |
| $ $$ \$ "" ${VARIABLE} | |
| # commento | |
| ) | |
| AC_DEFUN([AS_VAR_READ],[ |
| # ///////////////////////////////////////////////////////////////////////////////////////////////// # | |
| # ///// MDSPLUS ///////////////////////////////////////////////////////////////////////////////// # | |
| # ///////////////////////////////////////////////////////////////////////////////////////////////// # | |
| AC_ARG_ENABLE([mdsplus-build], | |
| [AS_HELP_STRING([--enable-mdsplus-build],[build mdsplus as submodule])]) | |
| AS_VAR_SET_IF([enable_mdsplus_build],[ | |
| echo "ENABLE SUBMODULE MDSPLUS" | |
| pushd ${srcdir}; source ./conf/update_submodules.sh; popd |