author | Florian Pose <fp@igh-essen.com> |
Tue, 17 Oct 2006 07:30:01 +0000 | |
changeset 401 | 484e248e94de |
parent 392 | eaee3c8d6ae0 |
child 479 | 610ddcf35d5c |
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 |
|
392
eaee3c8d6ae0
Debug interfaces not compiled by default.
Florian Pose <fp@igh-essen.com>
parents:
387
diff
changeset
|
6 |
autoheader |
385
c33367851350
Added file ./bootstrap; Added $(DESTDIR) to */Makefile.am make alternate root installs possible
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
7 |
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
|
8 |
autoconf |