Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LRDE
transformers
Commits
6ace7301
Commit
6ace7301
authored
May 05, 2004
by
pouill_n
Browse files
from Nicolas Pouillard <ertai@lrde.epita.fr>
* config/bundle.m4: Add. 2004-05-05 Nicolas Pouillard <ertai@lrde.epita.fr>
parent
2937b034
Changes
2
Hide whitespace changes
Inline
Side-by-side
specs-grammar/ChangeLog
View file @
6ace7301
2004-05-05 Nicolas Pouillard <ertai@lrde.epita.fr>
* config/bundle.m4: Add.
2004-05-05 Nicolas Pouillard <ertai@lrde.epita.fr>
* configure.ac: Add bundle system.
...
...
specs-grammar/config/bundle.m4
0 → 100644
View file @
6ace7301
AC_DEFUN([BUNDLE_INIT],
[
AC_ARG_WITH([bundled-packages],
[ --with-bundled-packages=PKGS For bundle purpose only ],
[BUNDLED=$withval],
[BUNDLED=]
)
AC_ARG_WITH([bundle-inst-dir],
[ --with-inst-dir=PKGS For bundle purpose only ],
[BUNDLE_INST_DIR=$withval/],
[BUNDLE_INST_DIR=]
)
])
AC_DEFUN([DEF_BUNDLED_PKG],
[
BUNDLED_$1=${BUNDLE_INST_DIR}${$1}
AC_SUBST([BUNDLED_$1])
]
)
AC_DEFUN([IF_IN_BUNDLE], [ echo "$BUNDLED" | grep -q "$1" ])
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment