blob: 109f58cf72e47e1b2fcccd8fff05187d7440f7ac [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001Index: syslog-ng-3.5.4.1/configure.ac
2===================================================================
3--- syslog-ng-3.5.4.1.orig/configure.ac 2014-07-18 13:49:36.794141441 +0000
4+++ syslog-ng-3.5.4.1/configure.ac 2014-07-18 14:23:57.738197606 +0000
5@@ -8,7 +8,8 @@ dnl SNAPSHOT_VERSION - snapshot version to add to version number
6 dnl BINARY_BRANCH - the value is added to all source/binary packages
7 dnl SOURCE_REVISION - Revision of the source-tree, will added to the version string
8 dnl
9-AC_INIT(syslog-ng/main.c)
10+AC_INIT(syslog-ng, 3.5.4.1)
11+AC_CONFIG_SRCDIR(syslog-ng/main.c)
12 AC_CONFIG_MACRO_DIR([m4])
13 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
14
15@@ -53,7 +54,7 @@ else
16 CURRDATE=`date +"%a, %d %b %Y %H:%M:%S %Z"`
17 fi
18
19-AM_INIT_AUTOMAKE($PACKAGE, $VERSION, [foreign no-define subdir-objects])
20+AM_INIT_AUTOMAKE([foreign no-define subdir-objects])
21 _AM_PROG_TAR([ustar])
22 if test -n "$SNAPSHOT_VERSION"; then
23 VERSION=$VERSION+$SNAPSHOT_VERSION