Skip to content

Commit

Permalink
Added udunits.pc
Browse files Browse the repository at this point in the history
  • Loading branch information
semmerson committed Dec 12, 2023
1 parent 53cc612 commit cae1a26
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.19)

PROJECT(udunits VERSION 2.3.0.0
PROJECT(udunits VERSION 2.3.0.1
DESCRIPTION "C library and utility for units of physical quantities")
set(CMAKE_PROJECT_HOMEPAGE_URL https://www.unidata.ucar.edu/software/udunits)

Expand Down
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT([UDUNITS], [2.3.0.0], [[email protected]])
AC_INIT([UDUNITS], [2.3.0.1], [[email protected]])
AC_CONFIG_SRCDIR([lib/converter.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
Expand Down Expand Up @@ -143,6 +143,7 @@ AC_CHECK_FUNCS([floor memmove memset modf pow strcasecmp strdup strpbrk])
AC_PROG_LIBTOOL

AC_CONFIG_FILES([Makefile
udunits.pc
lib/Makefile
lib/xmlFailures/Makefile
lib/xmlSuccesses/Makefile
Expand Down
11 changes: 11 additions & 0 deletions udunits.pc.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
prefix=@prefix@
exec_prefix=${prefix}
libdir=@libdir@

Name: udunits
Description: Library for handling of units of physical quantities
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -ludunits2
Libs.private: -L${libdir} -ludunits2 -lexpat
CFlags: -I${prefix}/include

8 changes: 4 additions & 4 deletions version.texi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@set UPDATED 3 September 2021
@set UPDATED-MONTH September 2021
@set EDITION 2.3.0.0
@set VERSION 2.3.0.0
@set UPDATED 4 February 2023
@set UPDATED-MONTH February 2023
@set EDITION 2.3.0.1
@set VERSION 2.3.0.1

0 comments on commit cae1a26

Please sign in to comment.