Parent Directory
|
Revision Log
move the "cp aclocal.m4 build/" after autoreconf
| 1 | #!/bin/sh |
| 2 | |
| 3 | # $Id$ |
| 4 | |
| 5 | # I use |
| 6 | # - autoconf (GNU Autoconf) 2.57 |
| 7 | # - automake (GNU automake) 1.7.3 |
| 8 | # - ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36) |
| 9 | |
| 10 | set -e |
| 11 | set -x |
| 12 | if test -f Makefile; then |
| 13 | make distclean |
| 14 | fi |
| 15 | rm -rf *.cache *.m4 build/{config.guess,config.sub,depcomp,ltmain.sh} config.log config.status |
| 16 | (cat aclocal/*.m4 > acinclude.m4) |
| 17 | autoreconf --verbose --install |
| 18 | cp aclocal.m4 build/ |
| 19 |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:executable | * |
| svn:keywords | Author Date Id Revision |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |