]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/liblockfile/liblockfile-1.05/configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / liblockfile / liblockfile-1.05 / configure.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- liblockfile-1.05/./configure.in~configure
7 +++ liblockfile-1.05/./configure.in
8 @@ -1,4 +1,5 @@
9 -AC_INIT(lockfile.c)
10 +AC_INIT
11 +AC_CONFIG_SRCDIR([lockfile.c])
12  AC_CONFIG_HEADER(autoconf.h)
13  AC_REVISION($Revision: 1.0 $)dnl
14  
15 @@ -111,7 +112,8 @@
16  AC_SUBST(INSTALL_TARGETS)
17  AC_SUBST(nfslockdir)
18  
19 -AC_OUTPUT(\
20 +AC_CONFIG_FILES([\
21         ./Makefile \
22         ./maillock.h \
23 -)
24 +])
25 +AC_OUTPUT