/[fuse_dbi]/fuse/cvs/makeconf.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /fuse/cvs/makeconf.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (hide annotations)
Wed Aug 4 11:36:44 2004 UTC (19 years, 8 months ago) by dpavlin
File MIME type: application/x-sh
File size: 355 byte(s)
import current CVS of fuse

1 dpavlin 4 #! /bin/sh
2    
3     echo "NOTE: this script is obsolete. Use autoreconf instead!"
4     echo Running libtoolize...
5     libtoolize --automake
6     echo Running aclocal...
7     aclocal
8     echo Running autoheader...
9     autoheader
10     echo Running autoconf...
11     autoconf
12     echo Running automake...
13     automake -a -c
14     rm -f config.cache config.status
15     echo "To compile run './configure', and then 'make'."

Properties

Name Value
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.26