X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=a8e2a8b90a400b08a36edeca459335ef766ba560;hp=c1b5e1dcae0b7391ca31a81cfe46e494c30a131b;hb=486314426fcd25e5271fd65a982f8b321585e195;hpb=87f0cdf5e33cd50af029c6f79ca8fab943490209 diff --git a/Makefile.in b/Makefile.in index c1b5e1dc..a8e2a8b9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,15 +2,15 @@ prefix := @prefix@ exec_prefix := @exec_prefix@ # These two use prefix and exec_prefix -BINDIR := @bindir@ +bindir := @bindir@ datarootdir := @datarootdir@ PACKAGE_TARNAME := @PACKAGE_TARNAME@ PACKAGE_VERSION := @PACKAGE_VERSION@ -INSTALL := @install@ -GENGETOPT := @gengetopt@ -HELP2MAN := @help2man@ +INSTALL := @INSTALL@ +GENGETOPT := @GENGETOPT@ +HELP2MAN := @HELP2MAN@ ggo_descriptions_declared := @ggo_descriptions_declared@ object_executable_matrix := @object_executable_matrix@