/[classpath]/classpath/configure.ac
ViewVC logotype

Diff of /classpath/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.112 by tromey, Fri Oct 21 19:26:53 2005 UTC revision 1.113 by glavaux, Sun Oct 23 16:59:07 2005 UTC
# Line 176  AC_ARG_ENABLE([qt-peer], Line 176  AC_ARG_ENABLE([qt-peer],
176                [COMPILE_QT_PEER=no])                [COMPILE_QT_PEER=no])
177  AM_CONDITIONAL(CREATE_QT_PEER_LIBRARIES, test "x${COMPILE_QT_PEER}" = xyes)  AM_CONDITIONAL(CREATE_QT_PEER_LIBRARIES, test "x${COMPILE_QT_PEER}" = xyes)
178    
179    
180    dnl -----------------------------------------------------------
181    dnl Sets the native libraries installation dir
182    dnl -----------------------------------------------------------
183    AC_ARG_WITH([native-libdir],
184                [AS_HELP_STRING(--with-native-libdir,sets the installation directore for native libraries [default='${libdir}/${PACKAGE}'])],
185                [
186                 nativelibdir=${withval}
187                ],
188                [
189                 nativelibdir='${libdir}/${PACKAGE}'
190                ])
191    
192    AC_SUBST(nativelibdir)
193    
194    dnl -----------------------------------------------------------
195    dnl Sets the Java library installation dir.
196    dnl -----------------------------------------------------------
197    AC_ARG_WITH([glibj-dir],
198                [AS_HELP_STRING(--with-glibj-dir,sets the installation directory for glibj.zip [default='${libdir}/${PACKAGE}'])],
199                [
200                 glibjdir=${withval}
201                ],
202                [
203                 glibjdir='${datadir}/${PACKAGE}'
204                ])
205    
206    AC_SUBST(glibjdir)
207    
208  dnl -----------------------------------------------------------  dnl -----------------------------------------------------------
209  dnl Regenerate headers at build time (disabled by default)  dnl Regenerate headers at build time (disabled by default)
210  dnl -----------------------------------------------------------  dnl -----------------------------------------------------------
# Line 562  scripts/Makefile Line 591  scripts/Makefile
591  scripts/classpath.spec  scripts/classpath.spec
592  lib/Makefile  lib/Makefile
593  lib/gen-classlist.sh  lib/gen-classlist.sh
594    lib/copy-vmresources.sh
595  examples/Makefile  examples/Makefile
596  examples/Makefile.jawt])  examples/Makefile.jawt])
597  AC_CONFIG_COMMANDS([gen-classlist],[chmod 755 lib/gen-classlist.sh])  AC_CONFIG_COMMANDS([gen-classlist],[chmod 755 lib/gen-classlist.sh])
598    AC_CONFIG_COMMANDS([copy-vmresources],[chmod 755 lib/copy-vmresources.sh])
599  AC_OUTPUT  AC_OUTPUT

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26