blob: 91bca96a50b7cddf6362bdbeaf6112ffa007881e [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Upstream-Status: pending
2
3This patch avoids this error with automake 1.12:
4
5| configure.ac:49: error: automatic de-ANSI-fication support has been removed
6
7Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
82012/05/02
9
10Index: popt-1.16/configure.ac
11===================================================================
12--- popt-1.16.orig/configure.ac
13+++ popt-1.16/configure.ac
14@@ -46,7 +46,6 @@ AC_GCC_TRADITIONAL
15 AC_SYS_LARGEFILE
16
17 AC_ISC_POSIX
18-AM_C_PROTOTYPES
19
20 AC_CHECK_HEADERS(float.h fnmatch.h glob.h langinfo.h libintl.h mcheck.h unistd.h)
21