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