Changeset 1190
- Timestamp:
- Sep 26, 2010, 4:40:32 PM (13 years ago)
- Location:
- trunk/m4
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/m4/ax_ac_print_to_file.m4
r874 r1190 1 1 # =========================================================================== 2 # http://autoconf-archive.cryp.to/ax_ac_print_to_file.html2 # http://www.gnu.org/software/autoconf-archive/ax_ac_print_to_file.html 3 3 # =========================================================================== 4 4 # … … 19 19 # Copying and distribution of this file, with or without modification, are 20 20 # permitted in any medium without royalty provided the copyright notice 21 # and this notice are preserved. 21 # and this notice are preserved. This file is offered as-is, without any 22 # warranty. 23 24 #serial 7 22 25 23 26 AC_DEFUN([AX_AC_PRINT_TO_FILE],[ 27 m4_esyscmd( 24 28 AC_REQUIRE([AX_FILE_ESCAPES]) 25 m4_esyscmd(26 AX_FILE_ESCAPES27 29 [ 28 30 printf "$2" > "$1" -
trunk/m4/ax_cxx_check_flag.m4
r1182 r1190 1 1 # =========================================================================== 2 # http://autoconf-archive.cryp.to/ax_cxx_check_flag.html2 # http://www.gnu.org/software/autoconf-archive/ax_cxx_check_flag.html 3 3 # =========================================================================== 4 4 # … … 17 17 # Bogdan Drozdowski <bogdandr@op.pl> for testing and bug fixes. 18 18 # 19 # LAST MODIFICATION 20 # 21 # 2008-04-12 22 # 23 # COPYLEFT 19 # LICENSE 24 20 # 25 21 # Copyright (c) 2008 Francesco Salvestrini <salvestrini@users.sourceforge.net> … … 47 43 # 48 44 # This special exception to the GPL applies to versions of the Autoconf 49 # Macro released by the Autoconf Macro Archive. When you make and 50 # distribute a modified version of the Autoconf Macro, you may extend this 51 # special exception to the GPL to apply to your modified version as well. 45 # Macro released by the Autoconf Archive. When you make and distribute a 46 # modified version of the Autoconf Macro, you may extend this special 47 # exception to the GPL to apply to your modified version as well. 48 49 #serial 6 52 50 53 51 AC_DEFUN([AX_CXX_CHECK_FLAG],[ -
trunk/m4/ax_cxxcpp_check_flag.m4
r1182 r1190 1 1 # =========================================================================== 2 # http://autoconf-archive.cryp.to/ax_cxxcpp_check_flag.html2 # http://www.gnu.org/software/autoconf-archive/ax_cxxcpp_check_flag.html 3 3 # =========================================================================== 4 4 # … … 17 17 # Bogdan Drozdowski <bogdandr@op.pl> for testing and bug fixes. 18 18 # 19 # LAST MODIFICATION 20 # 21 # 2008-04-12 22 # 23 # COPYLEFT 19 # LICENSE 24 20 # 25 21 # Copyright (c) 2008 Francesco Salvestrini <salvestrini@users.sourceforge.net> … … 47 43 # 48 44 # This special exception to the GPL applies to versions of the Autoconf 49 # Macro released by the Autoconf Macro Archive. When you make and 50 # distribute a modified version of the Autoconf Macro, you may extend this 51 # special exception to the GPL to apply to your modified version as well. 45 # Macro released by the Autoconf Archive. When you make and distribute a 46 # modified version of the Autoconf Macro, you may extend this special 47 # exception to the GPL to apply to your modified version as well. 48 49 #serial 6 52 50 53 51 AC_DEFUN([AX_CXXCPP_CHECK_FLAG],[ -
trunk/m4/ax_file_escapes.m4
r874 r1190 1 1 # =========================================================================== 2 # http://autoconf-archive.cryp.to/ax_file_escapes.html2 # http://www.gnu.org/software/autoconf-archive/ax_file_escapes.html 3 3 # =========================================================================== 4 4 # … … 17 17 # Copying and distribution of this file, with or without modification, are 18 18 # permitted in any medium without royalty provided the copyright notice 19 # and this notice are preserved. 19 # and this notice are preserved. This file is offered as-is, without any 20 # warranty. 21 22 #serial 7 20 23 21 24 AC_DEFUN([AX_FILE_ESCAPES],[ -
trunk/m4/ax_ld_check_flag.m4
r1182 r1190 1 1 # =========================================================================== 2 # http://autoconf-archive.cryp.to/ax_ld_check_flag.html2 # http://www.gnu.org/software/autoconf-archive/ax_ld_check_flag.html 3 3 # =========================================================================== 4 4 # … … 25 25 # Bogdan Drozdowski <bogdandr@op.pl> for testing and bug fixes. 26 26 # 27 # LAST MODIFICATION 28 # 29 # 2008-04-12 30 # 31 # COPYLEFT 27 # LICENSE 32 28 # 33 29 # Copyright (c) 2008 Francesco Salvestrini <salvestrini@users.sourceforge.net> … … 55 51 # 56 52 # This special exception to the GPL applies to versions of the Autoconf 57 # Macro released by the Autoconf Macro Archive. When you make and 58 # distribute a modified version of the Autoconf Macro, you may extend this 59 # special exception to the GPL to apply to your modified version as well. 53 # Macro released by the Autoconf Archive. When you make and distribute a 54 # modified version of the Autoconf Macro, you may extend this special 55 # exception to the GPL to apply to your modified version as well. 56 57 #serial 6 60 58 61 59 AC_DEFUN([AX_LD_CHECK_FLAG],[
Note: See TracChangeset
for help on using the changeset viewer.