mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Directory layout change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4547 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
240cd9b11f
commit
b18d368822
12 changed files with 444 additions and 638 deletions
14
Source/mframe/configure
vendored
14
Source/mframe/configure
vendored
|
@ -691,13 +691,13 @@ else
|
|||
my_path=$my_dir/generic
|
||||
fi
|
||||
|
||||
rm -f ../include/mframe.h
|
||||
echo "/***************** WARNING ****************" > ../include/mframe.h
|
||||
echo "* DO NOT EDIT THIS FILE DIRECTLY - IT IS *" >> ../include/mframe.h
|
||||
echo "* GENERATED AUTOMATICALLY BY THE CONFIG *" >> ../include/mframe.h
|
||||
echo "* PROCESS IN THE 'mframe' SUBDIRECTORY. *" >> ../include/mframe.h
|
||||
echo "****************** WARNING ***************/" >> ../include/mframe.h
|
||||
cat mframe.head $my_path mframe.foot >> ../include/mframe.h
|
||||
rm -f mframe.h
|
||||
echo "/***************** WARNING ****************" > mframe.h
|
||||
echo "* DO NOT EDIT THIS FILE DIRECTLY - IT IS *" >> mframe.h
|
||||
echo "* GENERATED AUTOMATICALLY BY THE CONFIG *" >> mframe.h
|
||||
echo "* PROCESS IN THE 'mframe' SUBDIRECTORY. *" >> mframe.h
|
||||
echo "****************** WARNING ***************/" >> mframe.h
|
||||
cat mframe.head $my_path mframe.foot >> mframe.h
|
||||
|
||||
trap '' 1 2 15
|
||||
cat > confcache <<\EOF
|
||||
|
|
|
@ -66,13 +66,13 @@ else
|
|||
my_path=$my_dir/generic
|
||||
fi
|
||||
|
||||
rm -f ../include/mframe.h
|
||||
echo "/***************** WARNING ****************" > ../include/mframe.h
|
||||
echo "* DO NOT EDIT THIS FILE DIRECTLY - IT IS *" >> ../include/mframe.h
|
||||
echo "* GENERATED AUTOMATICALLY BY THE CONFIG *" >> ../include/mframe.h
|
||||
echo "* PROCESS IN THE 'mframe' SUBDIRECTORY. *" >> ../include/mframe.h
|
||||
echo "****************** WARNING ***************/" >> ../include/mframe.h
|
||||
cat mframe.head $my_path mframe.foot >> ../include/mframe.h
|
||||
rm -f mframe.h
|
||||
echo "/***************** WARNING ****************" > mframe.h
|
||||
echo "* DO NOT EDIT THIS FILE DIRECTLY - IT IS *" >> mframe.h
|
||||
echo "* GENERATED AUTOMATICALLY BY THE CONFIG *" >> mframe.h
|
||||
echo "* PROCESS IN THE 'mframe' SUBDIRECTORY. *" >> mframe.h
|
||||
echo "****************** WARNING ***************/" >> mframe.h
|
||||
cat mframe.head $my_path mframe.foot >> mframe.h
|
||||
|
||||
AC_OUTPUT()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue