aboutsummaryrefslogtreecommitdiffstats
path: root/testing/steghide/missing-files-configure-in.patch
blob: f736b550875cb6020863e58e3d5adbd4d48a1377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
autoreconf fails because steghide do not provide AUTHORS,
NEWS and ChangeLog files

Use 'foreign' keyword to allow automake runs whithout these files.

--- steghide-0.5.1/configure.in
+++ steghide-0.5.1/configure.in
@@ -1,7 +1,8 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(src/main.cc)
+AC_INIT([steghide], [0.5.1])
+AC_CONFIG_SRCDIR([src/main.cc])
 AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(steghide, 0.5.1)
+AM_INIT_AUTOMAKE([foreign])
 AM_CONFIG_HEADER(config.h)
 
 dnl checks for programs.