Skip to content

Commit 37ae704

Browse files
committed
Modernize autoconf/automake init
1 parent c1a145b commit 37ae704

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_PREREQ(2.50)
2-
AC_INIT(libiptcdata/iptc-data.h)
2+
AC_INIT(libiptcdata, 1.0.4)
33
AM_CONFIG_HEADER(config.h)
4-
AM_INIT_AUTOMAKE(libiptcdata, 1.0.4)
4+
AM_INIT_AUTOMAKE
55
AM_MAINTAINER_MODE
66

77
dnl ---------------------------------------------------------------------------

iptc/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SUBDIRS = po
22

3-
INCLUDES = \
3+
AM_CPPFLAGS = \
44
-I$(top_srcdir) \
55
-I$(top_srcdir)/libiptcdata \
66
-DIPTC_LOCALEDIR=\""$(datadir)/locale"\"

libiptcdata/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
INCLUDES = \
1+
AM_CPPFLAGS = \
22
-DLIBIPTCDATA_LOCALEDIR=\""$(datadir)/locale"\" \
33
-I$(top_srcdir)/libiptcdata \
44
-I$(top_srcdir)

0 commit comments

Comments
 (0)