]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/corkscrew/corkscrew-2.0/configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / corkscrew / corkscrew-2.0 / configure.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- corkscrew-2.0/./configure.in~configure
7 +++ corkscrew-2.0/./configure.in
8 @@ -1,4 +1,5 @@
9 -AC_INIT(corkscrew.c)
10 +AC_INIT
11 +AC_CONFIG_SRCDIR([corkscrew.c])
12  AM_INIT_AUTOMAKE(corkscrew, 2.0)
13  AM_CONFIG_HEADER(config.h:config.in)
14  AM_C_PROTOTYPES
15 @@ -29,4 +30,5 @@
16  dnl check for working const (hpux)
17  AC_C_CONST
18  
19 -AC_OUTPUT(Makefile)
20 +AC_CONFIG_FILES([Makefile])
21 +AC_OUTPUT