diff options
author | Keith Packard <keithp@keithp.com> | 2002-02-14 23:34:13 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2002-02-14 23:34:13 +0000 |
commit | 24330d27f88bbf387d92128d2c21e005f2563e93 (patch) | |
tree | e7aa2f628c947e08f89b6bcd5c716a49b5f0a66b /cvscompile.sh | |
download | fontconfig-24330d27f88bbf387d92128d2c21e005f2563e93.tar.gz |
Initial revision
Diffstat (limited to 'cvscompile.sh')
-rw-r--r-- | cvscompile.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cvscompile.sh b/cvscompile.sh new file mode 100644 index 0000000..371f458 --- /dev/null +++ b/cvscompile.sh @@ -0,0 +1,6 @@ +#!/bin/sh +aclocal +autoheader +automake -a +autoconf + |