Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#!/bin/sh
#!/bin/sh -v
#
# Run an extra libtoolize before autoreconf to ensure that
# libtool macros can be found if libtool is in PATH, but its
# macros are not in default aclocal search path.
#
echo "Running libtoolize --automake --copy ... "
libtoolize --automake --copy || exit
echo "Running autoreconf --verbose --install"
autoreconf --verbose --install || exit
autoreconf --force --verbose --install || exit
echo "Now run ./configure."
2 changes: 2 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Build-Depends:
python3-ply,
python3-sphinx

Replaces: flux-core (<= 0.73.0)
Breaks: flux-core (<= 0.73.0)
Homepage: https://github.com/flux-framework/flux-foundry
Package: flux-foundry
Architecture: any
Expand Down