diff options
author | infirit <[email protected]> | 2013-10-17 16:01:55 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-21 14:07:41 +0200 |
commit | b1ac419ae7e9d7df94446c4a4265561c4209937a (patch) | |
tree | fa688035c540fbb398c74728b53241c41762e5b1 | |
parent | b59b851264453037bdc780efd8fe42ac5e14da6d (diff) | |
download | eom-b1ac419ae7e9d7df94446c4a4265561c4209937a.tar.bz2 eom-b1ac419ae7e9d7df94446c4a4265561c4209937a.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 50dc186..fee85eb 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 08660e1..426f5b2 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) |