summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2008-07-30 20:27:51 -0700
committerGravatar Matt Colyer2008-07-30 20:27:51 -0700
commit1f81e7f15d0172a4ca5698155b3fef818f6212fb (patch)
tree21d0e5135c236dafc647c42219eda823f3779b7d
parented6e6e57a819c78b888b1b71056ccc4ebb40434f (diff)
downloadlibimobiledevice-1f81e7f15d0172a4ca5698155b3fef818f6212fb.tar.gz
libimobiledevice-1f81e7f15d0172a4ca5698155b3fef818f6212fb.tar.bz2
Added missing autoheaders call.
Signed-off-by: Matt Colyer <matt@colyer.name>
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 06b6899..8593f86 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,5 @@
#!/bin/sh
aclocal
+autoheader
automake --add-missing
autoconf