Changeset 2335 for trunk/lib/tools/perl/mcstas_reconfigure.in
- Timestamp:
- 11/28/08 16:41:58 (3 years ago)
- Files:
-
- 1 modified
-
trunk/lib/tools/perl/mcstas_reconfigure.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/tools/perl/mcstas_reconfigure.in
r2307 r2335 21 21 22 22 AC_INIT(McStas, X.Y.Z, www.mcstas.org) 23 AC_REVISION($Revision: 1.1 1$)23 AC_REVISION($Revision: 1.12 $) 24 24 AC_COPYRIGHT([Copyright (C) 1997-2008 Copyright (C) 1997-2008, All rights reserved 25 25 Risoe National Laborartory, Roskilde, Denmark … … 27 27 This software is covered by the GNU LESSER GENERAL PUBLIC LICENSE 28 28 see file COPYING for further information]) 29 30 AC_PREFIX_DEFAULT(/usr/local) 31 test "x$prefix" = xNONE && prefix=$ac_default_prefix 29 32 30 33 AC_ARG_WITH([cc], AC_HELP_STRING([--with-cc=c compiler], [Specify name of C compiler]), … … 91 94 fi 92 95 93 AC_OUTPUT( mcstas_config.perl)96 AC_OUTPUT($prefix/lib/mcstas/tools/perl/mcstas_config.perl) 94 97 95 chmod a+x mcstas_reconfigure 96 chmod a+w mcstas_config.perl 98 chmod a+w $prefix/lib/mcstas/tools/perl/mcstas_config.perl 97 99 98 echo "McStas has been reconfigured ..."100 echo "McStas has been reconfigured in $prefix/lib/mcstas/tools/perl/mcstas_config.perl"
