support for creating gmrun.spec

This commit is contained in:
mishoo 2001-07-30 15:07:11 +00:00
parent 55f5e9b1d3
commit fd57668aa8
3 changed files with 4 additions and 1 deletions

View File

@ -23,4 +23,4 @@ dist-hook:
done \
fi
EXTRA_DIST = gmrun.spec
EXTRA_DIST = gmrun.spec.in

2
configure vendored
View File

@ -2207,6 +2207,7 @@ trap 'rm -fr `echo "
Makefile
src/Makefile
config/Makefile
gmrun.spec
config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@ -2301,6 +2302,7 @@ cat >> $CONFIG_STATUS <<EOF
CONFIG_FILES=\${CONFIG_FILES-"Makefile
src/Makefile
config/Makefile
gmrun.spec
"}
EOF
cat >> $CONFIG_STATUS <<\EOF

View File

@ -56,5 +56,6 @@ AC_OUTPUT([
Makefile
src/Makefile
config/Makefile
gmrun.spec
])