aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e2fsprogs-libs/e2fsprogs-libs-1.39/configure.patch
blob: 1b31c0b3050538302d9041982987aebe9c175d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#

--- e2fsprogs-libs-1.33/./lib/uuid/configure.in~configure
+++ e2fsprogs-libs-1.33/./lib/uuid/configure.in
@@ -2,9 +2,11 @@
 dnl  Not used now, for the future when uuid is separated out into its 
 dnl own package.
 dnl
-AC_INIT(gen_uuid.c)
-AC_PREREQ(2.12)
+AC_INIT
+AC_CONFIG_SRCDIR([gen_uuid.c])
+AC_PREREQ(2.57)
 
 AC_CHECK_HEADERS(stdlib.h unistd.h sys/sockio.h net/if.h netinet/in.h)
 AC_CHECK_FUNCS(srandom)
-AC_OUTPUT(Makefile)
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT