author | Florian Pose <fp@igh-essen.com> |
Fri, 13 Oct 2006 09:05:45 +0000 | |
changeset 391 | 7d67195702dd |
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 |