Skip to content
Snippets Groups Projects
Commit 04aa8245 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

cosmetics and small tweaks to pkg-config

parent 86bb6fa9
No related branches found
No related tags found
2 merge requests!19Put most recent version onto mater,!18Cleanup
......@@ -53,7 +53,7 @@ double VmHWM(void)
if (!strncmp(word, "VmHWM:", 6))
{
if (fscanf(f,"%lf%2s",&res,word)<0)
{ fclose(f); return -1.0; }
{ fclose(f); return -1.0; }
if (strncmp(word, "kB", 2))
{ fclose(f); return -1.0; }
res *=1024;
......
......@@ -30,6 +30,8 @@ AC_PROG_LIBTOOL
tmpval=`echo $CFLAGS | grep -c '\-DMULTIARCH'`
AM_CONDITIONAL([HAVE_MULTIARCH], [test $tmpval -gt 0])
PACKAGE_LIBS="-lsharp"
dnl
dnl Create pkgconfig .pc file.
dnl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment