]> git.pld-linux.org Git - packages/gtkpod.git/blob - automake-1.13.patch
- updated to 2.1.3
[packages/gtkpod.git] / automake-1.13.patch
1 diff -uNr gtkpod-2.1.3.old/configure.ac gtkpod-2.1.3/configure.ac
2 --- gtkpod-2.1.3.old/configure.ac       2012-10-06 21:56:52.000000000 +0200
3 +++ gtkpod-2.1.3/configure.ac   2013-03-30 22:22:28.985867558 +0100
4 @@ -6,7 +6,7 @@
5  AC_INIT([gtkpod], VERSION_NUMBER)
6  AC_CONFIG_SRCDIR(src/main.c)
7  
8 -AM_CONFIG_HEADER([config.h])
9 +AC_CONFIG_HEADERS([config.h])
10  
11  dnl libtool versioning
12  # +1 : 0 : +1  == adds new functions to the interface
This page took 0.031523 seconds and 3 git commands to generate.