author | Richard Hacker <ha@igh-essen.com> |
Mon, 09 Oct 2006 12:59:09 +0000 | |
changeset 385 | c33367851350 |
child 387 | e6e708a5d502 |
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 |
c33367851350
Added file ./bootstrap; Added $(DESTDIR) to */Makefile.am make alternate root installs possible
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
4 |
aclocal -I config |
c33367851350
Added file ./bootstrap; Added $(DESTDIR) to */Makefile.am make alternate root installs possible
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
5 |
autoheader |
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 |