Parent Directory
|
Revision Log
move *.m4 files from aclocal/ to m4/
| 1 | #!/bin/sh |
| 2 | |
| 3 | # I use |
| 4 | # - autoconf (GNU Autoconf) 2.59 |
| 5 | # - automake (GNU automake) 1.7.9 |
| 6 | # - libtool (GNU libtool) 1.5.6 (1.1220.2.95 2004/04/11 05:50:42) |
| 7 | |
| 8 | set -e |
| 9 | set -x |
| 10 | if test -f Makefile; then |
| 11 | make distclean |
| 12 | fi |
| 13 | rm -rf *.cache *.m4 config.guess config.log \ |
| 14 | config.status config.sub depcomp ltmain.sh |
| 15 | #(cat m4/*.m4 > acinclude.m4 2> /dev/null) |
| 16 | autoreconf --verbose --install |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:executable | * |
| svn:keywords | Author Date Id Revision |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |