diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-02-05 02:06:08 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-02-05 02:06:08 (GMT) |
commit | 20457a5996ad09387147210c80a8ec02c21b5ec4 (patch) | |
tree | a3323deaa93a2aa01c08f9b73ed6509353ada199 /src/popt-1-win32.patch | |
parent | 785fa9788f18038b2418064b429bb9d3824b76c5 (diff) | |
download | mxe-20457a5996ad09387147210c80a8ec02c21b5ec4.zip mxe-20457a5996ad09387147210c80a8ec02c21b5ec4.tar.gz mxe-20457a5996ad09387147210c80a8ec02c21b5ec4.tar.bz2 |
use the autotools for package popt
Diffstat (limited to 'src/popt-1-win32.patch')
-rw-r--r-- | src/popt-1-win32.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/popt-1-win32.patch b/src/popt-1-win32.patch index 1b5ef26..e1e2356 100644 --- a/src/popt-1-win32.patch +++ b/src/popt-1-win32.patch @@ -8,7 +8,7 @@ diff -urN popt-1.15/autogen.sh popt-1.15-mod/autogen.sh THEDIR="`pwd`" -+../gnulib/gnulib-tool --update ++gnulib-tool --update + libtoolize=`which glibtoolize 2>/dev/null` case $libtoolize in @@ -38,7 +38,7 @@ diff -urN popt-1.15/configure.ac popt-1.15-mod/configure.ac +dnl Gnulib tests. +gl_INIT + -+AC_CHECK_HEADERS(float.h fnmatch.h glob.h langinfo.h libintl.h mcheck.h unistd.h sys/ioctl.h) ++AC_CHECK_HEADERS(float.h fnmatch.h glob.h langinfo.h libintl.h mcheck.h unistd.h sys/ioctl.h) # For some systems we know that we have ld_version scripts. # Use it then as default. |