beb3ed7ca6
-- This is the popt command line option parsing library. While it is similiar to getopt(3), it contains a number of enhancements, including: 1) popt is fully reentrant 2) popt can parse arbitrary argv[] style arrays while getopt(2) makes this quite difficult 3) popt allows users to alias command line arguments 4) popt provides convience functions for parsing strings into argv[] style arrays
12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
--- configure.orig Sun Sep 10 04:18:57 2000
|
|
+++ configure Sun Sep 10 04:19:19 2000
|
|
@@ -3678,7 +3678,7 @@
|
|
cat conftest.$ac_ext >&5
|
|
rm -rf conftest*
|
|
CATOBJEXT=.mo
|
|
- DATADIRNAME=lib
|
|
+ DATADIRNAME=share
|
|
fi
|
|
rm -f conftest*
|
|
INSTOBJEXT=.mo
|