diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-11-05 21:05:14 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-11-05 21:05:14 +0100 |
commit | 6f5be6d1e57649daa9cd098564878b601d687e77 (patch) | |
tree | 812491e981c5e979415165fafc4a03148ac33724 /Configure | |
parent | 4098b6bb9d8231101a0144c8d2344cc247a69465 (diff) | |
download | perl-6f5be6d1e57649daa9cd098564878b601d687e77.tar.gz |
Mention git resources in header
Use $cpp instead of cpp
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -16,16 +16,19 @@ # The dist package (which contains metaconfig) is available via SVN: # svn co https://svn.sourceforge.net/svnroot/dist/trunk/dist # +# Though this script was generated by metaconfig from metaunits, it is +# OK to send patches against Configure itself. It's up to the Configure +# pumpkin to backport the patch to the metaunits if it is accepted. +# The metaunits are also available from the public git repository: +# http://perl5.git.perl.org/metaconfig.git/ or +# $ git clone git://perl5.git.perl.org/metaconfig.git metaconfig # -# Though this script was generated by metaconfig, it is OK to send -# patches against it. It's up to the Configure pumpkin to backport -# the patch to the metaunits if it is accepted. # See Porting/pumpkin.pod for more information on metaconfig. # # $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $ # -# Generated on Mon Oct 19 16:23:09 CEST 2009 [metaconfig 3.5 PL0] +# Generated on Thu Nov 5 21:01:50 CET 2009 [metaconfig 3.5 PL0] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -21389,7 +21392,7 @@ case "$osname::$gccversion" in tHdrH=_tmpHdr rm -f $tHdrH'.h' $tHdrH touch $tHdrH'.h' - if cpp -dM $tHdrH'.h' > $tHdrH'_cppsym.h' && [ -s $tHdrH'_cppsym.h' ]; then + if $cpp -dM $tHdrH'.h' > $tHdrH'_cppsym.h' && [ -s $tHdrH'_cppsym.h' ]; then sed 's/#define[\ \ ]*//;s/[\ \ ].*$//' <$tHdrH'_cppsym.h' >$tHdrH'_cppsym.real' if [ -s $tHdrH'_cppsym.real' ]; then cat $tHdrH'_cppsym.real' Cppsym.know | sort | uniq | ./Cppsym | sort | uniq > Cppsym.true |