Skip to content

Instantly share code, notes, and snippets.

@lubosz
Created January 12, 2013 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lubosz/4515497 to your computer and use it in GitHub Desktop.
Save lubosz/4515497 to your computer and use it in GitHub Desktop.
Patch for libmtp. Fixes autotools build.
diff --git a/configure.ac b/configure.ac
index 6fc47a2..941dc5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT([libmtp], [1.1.5], [libmtp-discuss@lists.sourceforge.net])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([src/libmtp.c])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
# Checks for programs.
AC_PROG_CC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment