diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-04-03 05:26:15 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-04-03 05:26:15 +0000 |
commit | b215047988241418ccbcaa41c07366ea637678c7 (patch) | |
tree | 30e9699cc8fe432b1c86cca03fe87c4c4e390f53 /bootstrap | |
parent | 1f72ace38b1c7575e4ace602975a3e6915716952 (diff) |
Use automake config header feature
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #! /bin/sh -aclocal && automake --copy --add-missing && autoconf +aclocal && autoheader && automake --copy --add-missing && autoconf |