Skip to content

Instantly share code, notes, and snippets.

@lubosz
Created January 12, 2013 12:17
Show Gist options
  • Save lubosz/4517707 to your computer and use it in GitHub Desktop.
Save lubosz/4517707 to your computer and use it in GitHub Desktop.
gvfs: fix autotools build
diff --git a/configure.ac b/configure.ac
index d2df1f0..1e61978 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.64])
AC_INIT([gvfs],[1.15.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz tar-ustar])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AM_SANITY_CHECK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment