diff options
author | Jonathan Beck | 2008-07-30 20:27:51 -0700 |
---|---|---|
committer | Matt Colyer | 2008-07-30 20:27:51 -0700 |
commit | 1f81e7f15d0172a4ca5698155b3fef818f6212fb (patch) | |
tree | 21d0e5135c236dafc647c42219eda823f3779b7d | |
parent | ed6e6e57a819c78b888b1b71056ccc4ebb40434f (diff) | |
download | libimobiledevice-1f81e7f15d0172a4ca5698155b3fef818f6212fb.tar.gz libimobiledevice-1f81e7f15d0172a4ca5698155b3fef818f6212fb.tar.bz2 |
Added missing autoheaders call.
Signed-off-by: Matt Colyer <matt@colyer.name>
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #!/bin/sh aclocal +autoheader automake --add-missing autoconf |