We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a145b commit 37ae704Copy full SHA for 37ae704
3 files changed
configure.in
@@ -1,7 +1,7 @@
1
AC_PREREQ(2.50)
2
-AC_INIT(libiptcdata/iptc-data.h)
+AC_INIT(libiptcdata, 1.0.4)
3
AM_CONFIG_HEADER(config.h)
4
-AM_INIT_AUTOMAKE(libiptcdata, 1.0.4)
+AM_INIT_AUTOMAKE
5
AM_MAINTAINER_MODE
6
7
dnl ---------------------------------------------------------------------------
iptc/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = po
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/libiptcdata \
-DIPTC_LOCALEDIR=\""$(datadir)/locale"\"
libiptcdata/Makefile.am
@@ -1,4 +1,4 @@
-DLIBIPTCDATA_LOCALEDIR=\""$(datadir)/locale"\" \
-I$(top_srcdir)
0 commit comments