Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
1c5c42d2
Commit
1c5c42d2
authored
May 05, 2003
by
Alexandre Duret-Lutz
Browse files
* m4/buddy.m4: New file.
* Makefile.am (EXTRA_DIST): Add m4/buddy.m4. * configure.ac: Call AX_CHECK_BUDDY.
parent
89cc96b8
Changes
4
Show whitespace changes
Inline
Side-by-side
ChangeLog
View file @
1c5c42d2
2003-05-05 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* m4/buddy.m4: New file.
* Makefile.am (EXTRA_DIST): Add m4/buddy.m4.
* configure.ac: Call AX_CHECK_BUDDY.
2003-04-30 Alexandre DURET-LUTZ <aduret@src.lip6.fr>
* src/ltlvisit/Makefile.am (lib_LTLIBRARIES): Rename as ...
...
...
Makefile.am
View file @
1c5c42d2
SUBDIRS
=
doc src wrap
ACLOCAL_AMFLAGS
=
-I
m4
EXTRA_DIST
=
m4/gccwarn.m4 m4/pypath.m4
EXTRA_DIST
=
m4/gccwarn.m4 m4/pypath.m4
m4/buddy.m4
configure.ac
View file @
1c5c42d2
...
...
@@ -10,10 +10,12 @@ AC_PROG_CXX
AM_PROG_LEX
AC_PROG_YACC
AC_PROG_LIBTOOL
AC_LANG(C++)
AX_CHECK_BUDDY
AC_PROG_LIBTOOL
CF_GXX_WARNINGS
AC_CHECK_PROG([DOT], [dot], [dot])
...
...
m4/buddy.m4
0 → 100644
View file @
1c5c42d2
AC_DEFUN([AX_CHECK_BUDDY], [
AC_CHECK_LIB([bdd], [bdd_init],,
[AC_MSG_ERROR([Could not link with BuDDy. Please install BuDDy first
or set CPPFLAGS/LDFLAGS appropriately.])])])
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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