f790368
diff -up a2ps-4.14/lib/Makefile.am.lm a2ps-4.14/lib/Makefile.am
f790368
--- a2ps-4.14/lib/Makefile.am.lm	2007-12-29 01:38:03.000000000 +0000
f790368
+++ a2ps-4.14/lib/Makefile.am	2012-04-04 09:25:00.709845857 +0100
f790368
@@ -32,7 +32,7 @@ YFLAGS = -dtv
f790368
 GPERFFLAGS = -t -D -L ANSI-C
f790368
 BUILT_SOURCES = parseppd.c parseppd.h liba2ps.h confg.c
f790368
 
f790368
-liba2ps_la_LIBADD = @LTALLOCA@ @LTLIBOBJS@
f790368
+liba2ps_la_LIBADD = @LTALLOCA@ @LTLIBOBJS@ -lm
f790368
 liba2ps_la_LDFLAGS = -version-info @LIBVERSION@
f790368
 
f790368
 liba2psheaders = encoding.h media.h jobs.h output.h		\
f790368
diff -up a2ps-4.14/lib/Makefile.in.lm a2ps-4.14/lib/Makefile.in
f790368
--- a2ps-4.14/lib/Makefile.in.lm	2012-04-04 09:25:25.091842586 +0100
f790368
+++ a2ps-4.14/lib/Makefile.in	2012-04-04 09:25:32.889841559 +0100
f790368
@@ -322,7 +322,7 @@ INCLUDES = -I$(top_builddir) -I$(top_bui
f790368
 # Use a struct, handle duplicates, produce ANSI-C
f790368
 GPERFFLAGS = -t -D -L ANSI-C
f790368
 BUILT_SOURCES = parseppd.c parseppd.h liba2ps.h confg.c
f790368
-liba2ps_la_LIBADD = @LTALLOCA@ @LTLIBOBJS@
f790368
+liba2ps_la_LIBADD = @LTALLOCA@ @LTLIBOBJS@ -lm
f790368
 liba2ps_la_LDFLAGS = -version-info @LIBVERSION@
f790368
 liba2psheaders = encoding.h media.h jobs.h output.h		\
f790368
 routines.h psgen.h prolog.h faces.h confg.h useropt.h		\
f790368
diff -up a2ps-4.14/Makefile.in.lm a2ps-4.14/Makefile.in