Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
bad734d2
Commit
bad734d2
authored
May 08, 2007
by
Niels Möller
Browse files
Add -largp to LIBS, if we're using the bundled
argp library. Use AC_PROG_INSTALL and AC_PROG_MKDIR_P. Rev: configure.ac:1.81
parent
c8b3f27d
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
bad734d2
...
...
@@ -192,6 +192,12 @@ if test "x$am_cv_prog_cc_stdc" = xno ; then
AC_MSG_ERROR([the C compiler doesn't handle ANSI-C])
fi
AC_PROG_INSTALL
# According to the autoconf manual, needs install-sh from
# autoconf-2.60 or automake-1.10 to avoid races.
AC_PROG_MKDIR_P
LSH_DEPENDENCY_TRACKING
if test x$enable_dependency_tracking = xyes ; then
...
...
@@ -598,8 +604,9 @@ if test x$with_system_argp = xno ; then
(cd src && rm -f argp argp_builddir && ln -s ../argp argp_builddir && ln -s $argp_srcdir argp)
])
BUILD_SUBDIRS="$BUILD_SUBDIRS argp"
LIBS="$LIBS -largp"
fi
if test x$with_system_nettle = xno ; then
AC_CONFIG_COMMANDS([nettle-symlinks],
[nettle_srcdir="`cd "$srcdir/nettle" && pwd`"
...
...
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