Update.
[gsasl.git] / GNUmakefile
blob7f01833ddb786f8b33e0e1d2d86936972b0e352c
1 have-gnulib-files := $(shell test -f gnulib.mk && test -f maint.mk && echo yes)
2 ifneq ($(have-gnulib-files),yes)
3 gnulib.mk:
4 ln -s build-aux/GNUmakefile gnulib.mk || cp build-aux/GNUmakefile gnulib.mk
5 ln -s build-aux/maint.mk maint.mk || cp build-aux/maint.mk maint.mk
6 mv build-aux/config.rpath{,-}
7 mv lib/build-aux/config.rpath{,-}
8 endif
10 -include gnulib.mk