diff options
author | infirit <[email protected]> | 2013-10-17 16:01:55 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-17 16:01:55 +0200 |
commit | c372bbe327c38bec3490e3195ef35f52576b6dd1 (patch) | |
tree | c62967d454cc5063cd256fe48dce60920970ca0b | |
parent | 551fcd88a6d5a6e5774e6c9f052cd244313f4f7b (diff) | |
download | eom-c372bbe327c38bec3490e3195ef35f52576b6dd1.tar.bz2 eom-c372bbe327c38bec3490e3195ef35f52576b6dd1.tar.xz |
make autofoo happy
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2eea905..08ae4d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +ACLOCAL_AMFLAGS = -I m4 + if ENABLE_JPEG jpeg_DIRS = jpegutils endif diff --git a/configure.ac b/configure.ac index 5e93ace..600caa9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,5 @@ AC_PREREQ(2.59) +AC_CONFIG_MACRO_DIR([m4]) m4_define(eom_major_version, 1) m4_define(eom_minor_version, 6) |