[patch]autogen.sh
[email protected] (Arnaud Patard (Rtp)) Sun, 15 Feb 2004 18:10:24 +0100
| Newsgroups | gmane.editors.mlview.devel |
|---|---|
| Message-ID | <[email protected]> |
There's a small typo bug in mlview's autogen.sh script. Please apply the patch below. I must also says that it remains a problem : if you pass an argument to that script, the defaults arguments (args="--enable-style=yes --enable-verbose=yes") are not passed to the configure script. What about adding them without any kind of test ? Rtp Index: autogen.sh =================================================================== RCS file: /cvs/gnome/mlview/autogen.sh,v retrieving revision 1.3.6.2 diff -r1.3.6.2 autogen.sh 4c4,5 < # Run this to generate all the initial makefiles, etc. srcdir=`dirname $0` --- > # Run this to generate all the initial makefiles, etc. > srcdir=`dirname $0`