File tree Expand file tree Collapse file tree 5 files changed +23
-2
lines changed Expand file tree Collapse file tree 5 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
1
+ 4.1.1:
2
+ Simplified building routines in Linux, Windows and Mac
3
+ ...
4
+ ...
5
+ Translated some documentation into English.
6
+ 4.1.0:
7
+ First release to be published under an open source license
Original file line number Diff line number Diff line change 1
1
ACLOCAL_AMFLAGS = -I m4
2
2
AUTOMAKE_OPTIONS = foreign
3
3
SUBDIRS = src/GM src/UT src/FYBA doc
4
+
5
+ pkgconfigdir = $(libdir ) /pkgconfig
6
+ pkgconfig_DATA = fyba.pc
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ AC_FUNC_STRTOD
33
33
AC_CHECK_FUNCS ( [ floor getcwd memmove memset mkdir modf pow rmdir sqrt strchr strerror strpbrk strstr strtol strtoul] )
34
34
35
35
AC_OUTPUT
36
- AC_OUTPUT (Makefile src/GM/Makefile src/UT/Makefile src/FYBA/Makefile doc/Makefile)
36
+ AC_OUTPUT (fyba.pc Makefile src/GM/Makefile src/UT/Makefile src/FYBA/Makefile doc/Makefile)
Original file line number Diff line number Diff line change 1
1
docdir = $(datadir ) /doc/@PACKAGE@
2
- doc_DATA = en_EN/fyba.html en_EN/fyba1.html en_EN/fyba2.html no_NB/fyba.html no_NB/fyba1.html no_NB/fyba2.html
2
+ doc_DATA = en_EN/fyba.html en_EN/fyba1.html en_EN/fyba2.html
3
3
Original file line number Diff line number Diff line change
1
+ prefix=@prefix@
2
+ exec_prefix=@exec_prefix@
3
+ libdir=@libdir@
4
+ includedir=@includedir@
5
+
6
+ Name: @PACKAGE_NAME@
7
+ Description: FYBA library to read and write norwegian geodata standard format SOSI
8
+ Version: @PACKAGE_VERSION@
9
+ Requires:
10
+ Libs: -L${libdir} -lfyba
11
+ Cflags: -I${includedir}/fyba
You can’t perform that action at this time.
0 commit comments