/[pcsclite]/trunk/PCSC/bootstrap
ViewVC logotype

Contents of /trunk/PCSC/bootstrap

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1315 - (show annotations) (download)
Sun Jan 16 17:38:56 2005 UTC (8 years, 4 months ago) by rousseau
File size: 378 byte(s)
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

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.5