author | Florian Pose <fp@igh-essen.com> |
Wed, 11 Oct 2006 12:35:10 +0000 | |
changeset 389 | 33b993f5ade8 |
parent 387 | e6e708a5d502 |
child 392 | eaee3c8d6ae0 |
permissions | -rwxr-xr-x |
385
c33367851350
Added file ./bootstrap; Added $(DESTDIR) to */Makefile.am make alternate root installs possible
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
1 |
#!/bin/bash |
c33367851350
Added file ./bootstrap; Added $(DESTDIR) to */Makefile.am make alternate root installs possible
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
2 |
|
c33367851350
Added file ./bootstrap; Added $(DESTDIR) to */Makefile.am make alternate root installs possible
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
3 |
set -x |
387 | 4 |
mkdir -p autoconf |
5 |
aclocal -I autoconf |
|
385
c33367851350
Added file ./bootstrap; Added $(DESTDIR) to */Makefile.am make alternate root installs possible
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
6 |
automake --add-missing |
c33367851350
Added file ./bootstrap; Added $(DESTDIR) to */Makefile.am make alternate root installs possible
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
7 |
autoconf |